mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 19:04:38 +00:00
usb: Fix comments of usb_emul_find_for_dev()
There is no such a parameter called 'bus'. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
98b639fc50
commit
8d36c68741
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue