Commit 5a150077 authored by Colin Ian King's avatar Colin Ian King Committed by Felipe Balbi

USB: gadget: udc: clean up an indentation issue

There is a statement that is indented too deeply, remove
the extraneous tabs.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent 1cbfb8c4
...@@ -195,7 +195,7 @@ static void handle_link_state_change(struct bdc *bdc, u32 uspc) ...@@ -195,7 +195,7 @@ static void handle_link_state_change(struct bdc *bdc, u32 uspc)
break; break;
case BDC_LINK_STATE_U0: case BDC_LINK_STATE_U0:
if (bdc->devstatus & REMOTE_WAKEUP_ISSUED) { if (bdc->devstatus & REMOTE_WAKEUP_ISSUED) {
bdc->devstatus &= ~REMOTE_WAKEUP_ISSUED; bdc->devstatus &= ~REMOTE_WAKEUP_ISSUED;
if (bdc->gadget.speed == USB_SPEED_SUPER) { if (bdc->gadget.speed == USB_SPEED_SUPER) {
bdc_function_wake_fh(bdc, 0); bdc_function_wake_fh(bdc, 0);
bdc->devstatus |= FUNC_WAKE_ISSUED; bdc->devstatus |= FUNC_WAKE_ISSUED;
......
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