diff options
| author | Bin Meng <[email protected]> | 2017-10-01 06:19:37 -0700 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2017-10-01 16:32:50 +0200 |
| commit | 8d36c6874173918612495b8e5925a7000ed8058e (patch) | |
| tree | 07c6818eddba923b885ce1edb346dbd98a51564a /include/usb.h | |
| parent | 98b639fc503e16cffa902d3ab89b29b9b5dcbf57 (diff) | |
usb: Fix comments of usb_emul_find_for_dev()
There is no such a parameter called 'bus'.
Signed-off-by: Bin Meng <[email protected]>
Diffstat (limited to 'include/usb.h')
| -rw-r--r-- | include/usb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/usb.h b/include/usb.h index 1563c9abf3c..3d517316e5b 100644 --- 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 |
