mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-30 14:40:20 -04:00
staging: ath6kl: Convert type of streamExists to A_UINT8
Make the declaration type match the assigned from type. It's not a bool, it's a u8. Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Vipin Mehta <vipin.mehta@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f192c2bded
commit
879cf160ed
@@ -537,7 +537,7 @@ A_UINT8 wmi_implicit_create_pstream(struct wmi_t *wmip, void *osbuf, A_UINT32 la
|
||||
A_UINT8 trafficClass = WMM_AC_BE;
|
||||
A_UINT16 ipType = IP_ETHERTYPE;
|
||||
WMI_DATA_HDR *dtHdr;
|
||||
A_BOOL streamExists = FALSE;
|
||||
A_UINT8 streamExists = 0;
|
||||
A_UINT8 userPriority;
|
||||
A_UINT32 hdrsize, metasize;
|
||||
ATH_LLC_SNAP_HDR *llcHdr;
|
||||
|
||||
Reference in New Issue
Block a user