Staging: btmtk_usb: Fix indentation for conditional statement

The patch fixes the following checkpatch.pl warning in btmtk_usb.c
WARNING: suspect code indent for conditional statements

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Rashika Kheria
2013-10-08 19:59:59 +05:30
committed by Greg Kroah-Hartman
parent b86e2ff5c4
commit 4ddffcca5e
+1 -1
View File
@@ -1514,7 +1514,7 @@ static void btmtk_usb_work(struct work_struct *work)
__set_isoc_interface(hdev, 0);
if (test_and_clear_bit(BTUSB_DID_ISO_RESUME, &data->flags))
usb_autopm_put_interface(data->isoc ?
usb_autopm_put_interface(data->isoc ?
data->isoc : data->intf);
}
}