Skip to content

Commit

Permalink
staging: ath6kl: Convert 0 to FALSE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed Jan 31, 2011
1 parent bd11888 commit 6be02be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/ath6kl/os/linux/ar6000_android.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);


Expand Down

0 comments on commit 6be02be

Please sign in to comment.