summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/ath3k.c
diff options
context:
space:
mode:
authorBhumika Goyal <bhumirks@gmail.com>2016-01-12 22:10:15 +0530
committerMarcel Holtmann <marcel@holtmann.org>2016-02-23 20:29:35 +0100
commitd2ee9c2ec659cfab715568d2d9837f7ff67402fa (patch)
tree0b2cd87af110a28235f036fea2271efa63b31df3 /drivers/bluetooth/ath3k.c
parent6d5d2ee63cee7025badda3b74ae2ef7ab097acfa (diff)
Bluetooth: ath3k: Fixed a blank line after declaration issue
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>
Diffstat (limited to 'drivers/bluetooth/ath3k.c')
-rw-r--r--drivers/bluetooth/ath3k.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c
index fa893c3ec408..ebd641b85396 100644
--- 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;