usb: host: oxu210hp-hcd: fix indentation issue

A statement is indented too deeply, fix this by removing a tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Colin Ian King 2019-02-08 15:52:59 +00:00 committed by Greg Kroah-Hartman
parent c944440572
commit a8ded8eb77
1 changed files with 1 additions and 1 deletions

View File

@ -1323,7 +1323,7 @@ static struct list_head *qh_urb_transaction(struct oxu_hcd *oxu,
}
/* by default, enable interrupt on urb completion */
qtd->hw_token |= cpu_to_le32(QTD_IOC);
qtd->hw_token |= cpu_to_le32(QTD_IOC);
return head;
cleanup: