Commit 6be02be5 authored by Joe Perches's avatar Joe Perches Committed by Greg Kroah-Hartman

staging: ath6kl: Convert 0 to FALSE

Convert a set of an A_BOOL from 0 to FALSE.
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Acked-by: default avatarVipin Mehta <vipin.mehta@atheros.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent bd118885
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment