projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd11888
)
staging: ath6kl: Convert 0 to FALSE
author
Joe Perches
<joe@perches.com>
Fri, 28 Jan 2011 04:04:27 +0000
(20:04 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 31 Jan 2011 21:53:13 +0000
(13:53 -0800)
Convert a set of an A_BOOL from 0 to FALSE.
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/os/linux/ar6000_android.c
patch
|
blob
|
history
diff --git
a/drivers/staging/ath6kl/os/linux/ar6000_android.c
b/drivers/staging/ath6kl/os/linux/ar6000_android.c
index 88487ccb08ee7652f7d8f01675c800550da332b8..ce1a94c38ff7aacf1891feab9b22ada2f833013d 100644
(file)
--- a/
drivers/staging/ath6kl/os/linux/ar6000_android.c
+++ b/
drivers/staging/ath6kl/os/linux/ar6000_android.c
@@
-29,7
+29,7
@@
#include <linux/earlysuspend.h>
#endif
-A_BOOL enable_mmc_host_detect_change =
0
;
+A_BOOL enable_mmc_host_detect_change =
FALSE
;
static void ar6000_enable_mmchost_detect_change(int enable);