projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f192c2b
)
staging: ath6kl: Convert type of streamExists to A_UINT8
author
Joe Perches
<joe@perches.com>
Fri, 28 Jan 2011 04:04:24 +0000
(20:04 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 31 Jan 2011 21:53:12 +0000
(13:53 -0800)
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>
drivers/staging/ath6kl/wmi/wmi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/ath6kl/wmi/wmi.c
b/drivers/staging/ath6kl/wmi/wmi.c
index 73cf866d007a7b0e55ab03edec2a9548ee20b86f..b6c9905ed515dab3a916efe5ed647cc1135342a5 100644
(file)
--- a/
drivers/staging/ath6kl/wmi/wmi.c
+++ b/
drivers/staging/ath6kl/wmi/wmi.c
@@
-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;