mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue