Updated from Linux LTS 3.10.25 to 3.10.26
This commit is contained in:
@@ -176,14 +176,7 @@ retry:
|
||||
return result;
|
||||
}
|
||||
|
||||
/* Try sending off another urb, unless in irq context (in which case
|
||||
* there will be no free urb). */
|
||||
if (!in_irq())
|
||||
goto retry;
|
||||
|
||||
clear_bit_unlock(USB_SERIAL_WRITE_BUSY, &port->flags);
|
||||
|
||||
return 0;
|
||||
goto retry; /* try sending off another urb */
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user