mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-11 21:14:07 +08:00
Staging: octeon-usb: Fixed a typo
Fixed a typo in octeon-hcd.c file Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f5801a8176
commit
1cf3273dfb
@ -2687,7 +2687,7 @@ static int __cvmx_usb_poll_channel(struct cvmx_usb_state *usb, int channel)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Read the channel config info so we can figure out how much data
|
* Read the channel config info so we can figure out how much data
|
||||||
* transfered
|
* transferred
|
||||||
*/
|
*/
|
||||||
usbc_hcchar.u32 = __cvmx_usb_read_csr32(usb,
|
usbc_hcchar.u32 = __cvmx_usb_read_csr32(usb,
|
||||||
CVMX_USBCX_HCCHARX(channel, usb->index));
|
CVMX_USBCX_HCCHARX(channel, usb->index));
|
||||||
|
Loading…
Reference in New Issue
Block a user