]> git.dujemihanovic.xyz Git - u-boot.git/commit
usb: onboard-hub: Bail out if peer hub is already probed
authorVenkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Mon, 25 Nov 2024 04:12:02 +0000 (09:42 +0530)
committerMarek Vasut <marex@denx.de>
Mon, 25 Nov 2024 04:40:49 +0000 (05:40 +0100)
commit57e30b09fcfc88da72c310f979b35ed99a9b277c
tree9630d449f2ceea86070ac12f52a281083e17abb6
parent09f557e106ef0bddb3238d42c444aaac670b9354
usb: onboard-hub: Bail out if peer hub is already probed

The .bind function is implemented to bind the correct
"half" of the hub that the driver wants to bind,
and returning -ENODEV for the other "half".

Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Reviewed-by: Marek Vasut <marex@denx.de>
common/usb_onboard_hub.c