]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: btmtk_usb: Fix indentation for conditional statement
authorRashika Kheria <rashika.kheria@gmail.com>
Tue, 8 Oct 2013 14:29:59 +0000 (19:59 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2013 20:17:54 +0000 (13:17 -0700)
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>
drivers/staging/btmtk_usb/btmtk_usb.c

index 5dd8744464c09f8514e99112ba833f92bea3b3e6..3234325f3b32e26dfcd8c9ede3a2d72a46f13c4b 100644 (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);
        }
 }