projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41588ba
)
hci_usb: do not initialize static variables to 0
author
Pavel Machek
<
[email protected]
>
Sun, 20 Apr 2008 01:13:40 +0000
(18:13 -0700)
committer
David S. Miller
<
[email protected]
>
Sun, 20 Apr 2008 01:13:40 +0000
(18:13 -0700)
hci_usb: do not initialize static variables to 0.
Signed-off-by: Pavel Machek <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/bluetooth/hci_usb.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/hci_usb.c
b/drivers/bluetooth/hci_usb.c
index 8b884f87d8b7be56d4a290469cab518ebac62ba9..99a714ac244b2051fbffabd607cc2b9fe01de108 100644
(file)
--- a/
drivers/bluetooth/hci_usb.c
+++ b/
drivers/bluetooth/hci_usb.c
@@
-62,13
+62,13
@@
#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;