Skip to content
Snippets Groups Projects
Commit 8d36c687 authored by Bin Meng's avatar Bin Meng Committed by Marek Vasut
Browse files

usb: Fix comments of usb_emul_find_for_dev()


There is no such a parameter called 'bus'.

Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 98b639fc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment