projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d5d2ee
)
Bluetooth: ath3k: Fixed a blank line after declaration issue
author
Bhumika Goyal
<bhumirks@gmail.com>
Tue, 12 Jan 2016 16:40:15 +0000
(22:10 +0530)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 23 Feb 2016 19:29:35 +0000
(20:29 +0100)
Fixed a coding style issue. Added a blank link after declaration.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/ath3k.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/ath3k.c
b/drivers/bluetooth/ath3k.c
index
fa893c3
..
ebd641b
100644
(file)
--- a/
drivers/bluetooth/ath3k.c
+++ b/
drivers/bluetooth/ath3k.c
@@
-497,6
+497,7
@@
static int ath3k_probe(struct usb_interface *intf,
/* match device ID in ath3k blacklist table */
if (!id->driver_info) {
const struct usb_device_id *match;
+
match = usb_match_id(intf, ath3k_blist_tbl);
if (match)
id = match;