diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2016-01-12 22:10:15 +0530 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2016-02-23 20:29:35 +0100 |
commit | d2ee9c2ec659cfab715568d2d9837f7ff67402fa (patch) | |
tree | 0b2cd87af110a28235f036fea2271efa63b31df3 | |
parent | 6d5d2ee63cee7025badda3b74ae2ef7ab097acfa (diff) | |
download | linux-d2ee9c2ec659cfab715568d2d9837f7ff67402fa.tar.gz linux-d2ee9c2ec659cfab715568d2d9837f7ff67402fa.tar.bz2 linux-d2ee9c2ec659cfab715568d2d9837f7ff67402fa.zip |
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>
-rw-r--r-- | drivers/bluetooth/ath3k.c | 1 |
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; |