diff options
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/hwa-hc.c | 2 | ||||
-rw-r--r-- | drivers/usb/host/imx21-hcd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/hwa-hc.c b/drivers/usb/host/hwa-hc.c index 056fb2d37c88..43b3ca48d753 100644 --- a/drivers/usb/host/hwa-hc.c +++ b/drivers/usb/host/hwa-hc.c | |||
@@ -481,7 +481,7 @@ static int __hwahc_op_set_ptk(struct wusbhc *wusbhc, u8 port_idx, u32 tkid, | |||
481 | encryption_value = 0; | 481 | encryption_value = 0; |
482 | } | 482 | } |
483 | 483 | ||
484 | /* Set the encryption type for commmunicating with the device */ | 484 | /* Set the encryption type for communicating with the device */ |
485 | result = usb_control_msg(wa->usb_dev, usb_sndctrlpipe(wa->usb_dev, 0), | 485 | result = usb_control_msg(wa->usb_dev, usb_sndctrlpipe(wa->usb_dev, 0), |
486 | USB_REQ_SET_ENCRYPTION, | 486 | USB_REQ_SET_ENCRYPTION, |
487 | USB_DIR_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE, | 487 | USB_DIR_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE, |
diff --git a/drivers/usb/host/imx21-hcd.c b/drivers/usb/host/imx21-hcd.c index 2ee18cfa1efe..dbf0f156ed9e 100644 --- a/drivers/usb/host/imx21-hcd.c +++ b/drivers/usb/host/imx21-hcd.c | |||
@@ -473,7 +473,7 @@ static void free_epdmem(struct imx21 *imx21, struct usb_host_endpoint *ep) | |||
473 | /* End handling */ | 473 | /* End handling */ |
474 | /* =========================================== */ | 474 | /* =========================================== */ |
475 | 475 | ||
476 | /* Endpoint now idle - release it's ETD(s) or asssign to queued request */ | 476 | /* Endpoint now idle - release its ETD(s) or assign to queued request */ |
477 | static void ep_idle(struct imx21 *imx21, struct ep_priv *ep_priv) | 477 | static void ep_idle(struct imx21 *imx21, struct ep_priv *ep_priv) |
478 | { | 478 | { |
479 | int i; | 479 | int i; |