diff options
author | Joe Perches <joe@perches.com> | 2011-01-28 04:04:27 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-01-31 21:53:13 (GMT) |
commit | 6be02be5f95269978e033345d9938066f157c6bf (patch) | |
tree | ceb21496efe9eaca96242c0298dd2c6447c3831a /drivers | |
parent | bd1188851eb075a99508d3e724571d506b119895 (diff) | |
download | linux-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.c | 2 |
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); |