lkml.org 
[lkml]   [2008]   [Apr]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjecthci_usb: do not initialize static variables to 0

hci_usb: do not initialize static variables to 0.

Signed-off-by: Pavel Machek <pavel@suse.cz>

---
commit 3bd38b1d2beb30823cb19d8757ee3cd820b49e31
tree d1a0562090a5941ab5ef7a3134213667b23cd089
parent 45877d60f059a6a98edb541092eaaabfc93e4efc
author Pavel <pavel@amd.ucw.cz> Tue, 01 Apr 2008 14:57:03 +0200
committer Pavel <pavel@amd.ucw.cz> Tue, 01 Apr 2008 14:57:03 +0200

drivers/bluetooth/hci_usb.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c
index 8b884f8..99a714a 100644
--- a/drivers/bluetooth/hci_usb.c
+++ b/drivers/bluetooth/hci_usb.c
@@ -62,13 +62,13 @@ #undef URB_ZERO_PACKET
#define URB_ZERO_PACKET 0
#endif

-static int ignore = 0;
-static int ignore_dga = 0;
-static int ignore_csr = 0;
-static int ignore_sniffer = 0;
-static int disable_scofix = 0;
-static int force_scofix = 0;
-static int reset = 0;
+static int ignore;
+static int ignore_dga;
+static int ignore_csr;
+static int ignore_sniffer;
+static int disable_scofix;
+static int force_scofix;
+static int reset;

#ifdef CONFIG_BT_HCIUSB_SCO
static int isoc = 2;
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html


\
 
 \ /
  Last update: 2008-04-01 14:59    [W:0.025 / U:0.436 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site