mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
trivial: OHCI: Fix typo in a comment
trivial: OHCI: Fix typo in a comment Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
47a0dfaad9
commit
4b26d50b33
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ static struct ed *ed_get (
|
||||||
is_out = !(ep->desc.bEndpointAddress & USB_DIR_IN);
|
is_out = !(ep->desc.bEndpointAddress & USB_DIR_IN);
|
||||||
|
|
||||||
/* FIXME usbcore changes dev->devnum before SET_ADDRESS
|
/* FIXME usbcore changes dev->devnum before SET_ADDRESS
|
||||||
* suceeds ... otherwise we wouldn't need "pipe".
|
* succeeds ... otherwise we wouldn't need "pipe".
|
||||||
*/
|
*/
|
||||||
info = usb_pipedevice (pipe);
|
info = usb_pipedevice (pipe);
|
||||||
ed->type = usb_pipetype(pipe);
|
ed->type = usb_pipetype(pipe);
|
||||||
|
|
Loading…
Reference in a new issue