usb: storage: submit_int_msg -> usb_int_msg
Use the wrapper as other callers do. Signed-off-by: Michal Suchanek <msuchanek@suse.de>
This commit is contained in:
parent
fdd135bf8e
commit
50dce8fbf0
@ -650,8 +650,8 @@ static int usb_stor_CBI_get_status(struct scsi_cmd *srb, struct us_data *us)
|
||||
int timeout;
|
||||
|
||||
us->ip_wanted = 1;
|
||||
submit_int_msg(us->pusb_dev, us->irqpipe,
|
||||
(void *) &us->ip_data, us->irqmaxp, us->irqinterval);
|
||||
usb_int_msg(us->pusb_dev, us->irqpipe,
|
||||
(void *)&us->ip_data, us->irqmaxp, us->irqinterval);
|
||||
timeout = 1000;
|
||||
while (timeout--) {
|
||||
if (us->ip_wanted == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user