Commit a8ded8eb authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman

usb: host: oxu210hp-hcd: fix indentation issue

A statement is indented too deeply, fix this by removing a tab.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c9444405
......@@ -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:
......
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