diff options
Diffstat (limited to 'drivers/usb/host/fhci-tds.c')
-rw-r--r-- | drivers/usb/host/fhci-tds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/fhci-tds.c b/drivers/usb/host/fhci-tds.c index 0ea577bfca2..c5ed8819929 100644 --- a/drivers/usb/host/fhci-tds.c +++ b/drivers/usb/host/fhci-tds.c | |||
@@ -155,7 +155,7 @@ u32 fhci_create_ep(struct fhci_usb *usb, enum fhci_mem_alloc data_mem, | |||
155 | struct endpoint *ep; | 155 | struct endpoint *ep; |
156 | struct usb_td __iomem *td; | 156 | struct usb_td __iomem *td; |
157 | unsigned long ep_offset; | 157 | unsigned long ep_offset; |
158 | char *err_for = "enpoint PRAM"; | 158 | char *err_for = "endpoint PRAM"; |
159 | int ep_mem_size; | 159 | int ep_mem_size; |
160 | u32 i; | 160 | u32 i; |
161 | 161 | ||