diff options
-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, | |||
497 | /* match device ID in ath3k blacklist table */ | 497 | /* match device ID in ath3k blacklist table */ |
498 | if (!id->driver_info) { | 498 | if (!id->driver_info) { |
499 | const struct usb_device_id *match; | 499 | const struct usb_device_id *match; |
500 | |||
500 | match = usb_match_id(intf, ath3k_blist_tbl); | 501 | match = usb_match_id(intf, ath3k_blist_tbl); |
501 | if (match) | 502 | if (match) |
502 | id = match; | 503 | id = match; |