mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 05:27:00 +07:00
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:
parent
c944440572
commit
a8ded8eb77
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user