diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-03-17 02:56:04 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-03-17 03:33:27 -0400 |
commit | c9e44474f27e251fcdc1b52d7bd0a7607af4473a (patch) | |
tree | ddc6f491fa3f3c1184c34ef4334164c8ce2433b8 /drivers/bluetooth | |
parent | 72000df2c01d6927319ad7e3f43460f6d0227de5 (diff) |
Bluetooth: btusb: Fix minor whitespace issue in QCA ROME device entries
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/btusb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 6fa9338745cf..f6ef75f4d7cc 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
@@ -215,8 +215,8 @@ static const struct usb_device_id blacklist_table[] = { | |||
215 | { USB_DEVICE(0x0489, 0xe03c), .driver_info = BTUSB_ATH3012 }, | 215 | { USB_DEVICE(0x0489, 0xe03c), .driver_info = BTUSB_ATH3012 }, |
216 | 216 | ||
217 | /* QCA ROME chipset */ | 217 | /* QCA ROME chipset */ |
218 | { USB_DEVICE(0x0cf3, 0xe300), .driver_info = BTUSB_QCA_ROME}, | 218 | { USB_DEVICE(0x0cf3, 0xe300), .driver_info = BTUSB_QCA_ROME }, |
219 | { USB_DEVICE(0x0cf3, 0xe360), .driver_info = BTUSB_QCA_ROME}, | 219 | { USB_DEVICE(0x0cf3, 0xe360), .driver_info = BTUSB_QCA_ROME }, |
220 | 220 | ||
221 | /* Broadcom BCM2035 */ | 221 | /* Broadcom BCM2035 */ |
222 | { USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 }, | 222 | { USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 }, |