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>
This commit is contained in:
parent
bd1188851e
commit
6be02be5f9
@ -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);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user