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:
98b639f
)
usb: Fix comments of usb_emul_find_for_dev()
author
Bin Meng
<bmeng.cn@gmail.com>
Sun, 1 Oct 2017 13:19:37 +0000
(06:19 -0700)
committer
Marek Vasut
<marex@denx.de>
Sun, 1 Oct 2017 14:32:50 +0000
(16:32 +0200)
There is no such a parameter called 'bus'.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
include/usb.h
patch
|
blob
|
history
diff --git
a/include/usb.h
b/include/usb.h
index 1563c9abf3c82b83b5279c3634a0af155de0eaa2..3d517316e5b034d50c04cab9015060529565d42c 100644
(file)
--- a/
include/usb.h
+++ b/
include/usb.h
@@
-1035,7
+1035,6
@@
int usb_emul_find(struct udevice *bus, ulong pipe, struct udevice **emulp);
/**
* usb_emul_find_for_dev() - Find an emulator for a particular device
*
- * @bus: USB bus (controller)
* @dev: USB device to check
* @emulp: Returns pointer to emulator, or NULL if not found
* @return 0 if found, -ve on error