aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/channel.c
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2013-02-12 20:36:28 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-15 10:46:44 -0800
commitdfdcc425975d06cbfcc9b5c0fad2f3af5476cd05 (patch)
treeed39806ba3b60cadae0e2eac7909e8afe6c1f458 /drivers/staging/vt6656/channel.c
parentstaging/rtl8187se: Mark functions as static to silence sparse (diff)
downloadlinux-dev-dfdcc425975d06cbfcc9b5c0fad2f3af5476cd05.tar.xz
linux-dev-dfdcc425975d06cbfcc9b5c0fad2f3af5476cd05.zip
staging: vt6656: replace custom BOOL definition with bool
Checkpatch findings were not resolved, just make direct replacement plus a couple of conflicting types in declarations. sed -i 's/\bBOOL\b/bool/g' drivers/staging/vt6656/*.[ch] Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/channel.c')
-rw-r--r--drivers/staging/vt6656/channel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/vt6656/channel.c b/drivers/staging/vt6656/channel.c
index 95f00ba1d3fe..b969ade83f52 100644
--- a/drivers/staging/vt6656/channel.c
+++ b/drivers/staging/vt6656/channel.c
@@ -387,10 +387,10 @@ static struct
// 5G => Ch 7, 8, 9, 11, 12, 16, 34, 36, 38, 40, 42, 44, 46, 48, 52, 56, 60, 64,
// 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 149, 153, 157, 161, 165 (Value 23 ~ 56)
************************************************************************/
-BOOL
+bool
ChannelValid(unsigned int CountryCode, unsigned int ChannelIndex)
{
- BOOL bValid;
+ bool bValid;
bValid = FALSE;
/*
@@ -422,7 +422,7 @@ exit:
* 0x0000000000000003 means channel 1,2 are supported
* 0x000000000000000F means channel 1,2,..15 are supported
************************************************************************/
-BOOL
+bool
CHvChannelGetList (
unsigned int uCountryCodeIdx,
PBYTE pbyChannelTable