diff options
Diffstat (limited to 'drivers/usb/host/isp116x-hcd.c')
| -rw-r--r-- | drivers/usb/host/isp116x-hcd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/usb/host/isp116x-hcd.c b/drivers/usb/host/isp116x-hcd.c index 19e16a4a8..289018c4f 100644 --- a/drivers/usb/host/isp116x-hcd.c +++ b/drivers/usb/host/isp116x-hcd.c @@ -617,7 +617,7 @@ static int isp116x_submit_job(struct usb_device *dev, unsigned long pipe,  	int epnum = usb_pipeendpoint(pipe);  	int max = usb_maxpacket(dev, pipe);  	int dir_out = usb_pipeout(pipe); -	int speed_low = usb_pipeslow(pipe); +	int speed_low = (dev->speed == USB_SPEED_LOW);  	int i, done = 0, stat, timeout, cc;  	/* 500 frames or 0.5s timeout when function is busy and NAKs transactions for a while */ |