projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdd135b
)
usb: storage: submit_int_msg -> usb_int_msg
author
Michal Suchanek
<msuchanek@suse.de>
Sun, 18 Aug 2019 08:55:26 +0000
(10:55 +0200)
committer
marex
<marex@chi.lan>
Wed, 11 Sep 2019 08:11:29 +0000
(10:11 +0200)
Use the wrapper as other callers do.
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
common/usb_storage.c
patch
|
blob
|
history
diff --git
a/common/usb_storage.c
b/common/usb_storage.c
index 8c889bb1a64856060196b87daf23e3365c2a0260..9a4155c08a16e66733d402b020b9c0f8bb35fff6 100644
(file)
--- a/
common/usb_storage.c
+++ b/
common/usb_storage.c
@@
-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)