Commit f13b3d7e authored by Maxim Zhukov's avatar Maxim Zhukov Committed by Marcel Holtmann

Bluetooth: ath3k: remove blank line after if

Removed blank line after if.
Signed-off-by: default avatarMaxim Zhukov <mussitantesmortem@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent b3baa242
...@@ -523,7 +523,6 @@ static int ath3k_probe(struct usb_interface *intf, ...@@ -523,7 +523,6 @@ static int ath3k_probe(struct usb_interface *intf,
/* load patch and sysconfig files for AR3012 */ /* load patch and sysconfig files for AR3012 */
if (id->driver_info & BTUSB_ATH3012) { if (id->driver_info & BTUSB_ATH3012) {
/* New firmware with patch and sysconfig files already loaded */ /* New firmware with patch and sysconfig files already loaded */
if (le16_to_cpu(udev->descriptor.bcdDevice) > 0x0001) if (le16_to_cpu(udev->descriptor.bcdDevice) > 0x0001)
return -ENODEV; return -ENODEV;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment