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>
This commit is contained in:
Maxim Zhukov 2018-02-05 00:09:45 +03:00 committed by Marcel Holtmann
parent b3baa2428d
commit f13b3d7e81
1 changed files with 0 additions and 1 deletions

View File

@ -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;