diff options
author | Maxim Zhukov <mussitantesmortem@gmail.com> | 2018-02-05 00:09:45 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2018-02-07 09:46:09 +0100 |
commit | f13b3d7e81bd8b40a42c2fe5304b2fc53d638378 (patch) | |
tree | 351a8b2182627cdced7779c38570fc91eddc09fc /drivers/bluetooth/ath3k.c | |
parent | b3baa2428dece073f7158b2eb616dc69a759ea8e (diff) | |
download | linux-f13b3d7e81bd8b40a42c2fe5304b2fc53d638378.tar.bz2 |
Bluetooth: ath3k: remove blank line after if
Removed blank line after if.
Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/ath3k.c')
-rw-r--r-- | drivers/bluetooth/ath3k.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c index b16c01a0b6d4..4df5b953a40d 100644 --- a/drivers/bluetooth/ath3k.c +++ b/drivers/bluetooth/ath3k.c @@ -523,7 +523,6 @@ static int ath3k_probe(struct usb_interface *intf, /* load patch and sysconfig files for AR3012 */ if (id->driver_info & BTUSB_ATH3012) { - /* New firmware with patch and sysconfig files already loaded */ if (le16_to_cpu(udev->descriptor.bcdDevice) > 0x0001) return -ENODEV; |