diff options
Diffstat (limited to 'drivers/usb/host/isp116x.h')
-rw-r--r-- | drivers/usb/host/isp116x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/isp116x.h b/drivers/usb/host/isp116x.h index a1b7c3813d3a..b91e2edd9c5c 100644 --- a/drivers/usb/host/isp116x.h +++ b/drivers/usb/host/isp116x.h | |||
@@ -233,7 +233,7 @@ static const int cc_to_error[16] = { | |||
233 | /* Bit Stuff */ -EPROTO, | 233 | /* Bit Stuff */ -EPROTO, |
234 | /* Data Togg */ -EILSEQ, | 234 | /* Data Togg */ -EILSEQ, |
235 | /* Stall */ -EPIPE, | 235 | /* Stall */ -EPIPE, |
236 | /* DevNotResp */ -ETIMEDOUT, | 236 | /* DevNotResp */ -ETIME, |
237 | /* PIDCheck */ -EPROTO, | 237 | /* PIDCheck */ -EPROTO, |
238 | /* UnExpPID */ -EPROTO, | 238 | /* UnExpPID */ -EPROTO, |
239 | /* DataOver */ -EOVERFLOW, | 239 | /* DataOver */ -EOVERFLOW, |