summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-01-28 04:04:27 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-01-31 21:53:13 (GMT)
commit6be02be5f95269978e033345d9938066f157c6bf (patch)
treeceb21496efe9eaca96242c0298dd2c6447c3831a /drivers
parentbd1188851eb075a99508d3e724571d506b119895 (diff)
downloadlinux-fsl-qoriq-6be02be5f95269978e033345d9938066f157c6bf.tar.xz
staging: ath6kl: Convert 0 to FALSE
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/ath6kl/os/linux/ar6000_android.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ath6kl/os/linux/ar6000_android.c b/drivers/staging/ath6kl/os/linux/ar6000_android.c
index 88487cc..ce1a94c 100644
--- 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);