Re: [PATCH 2/3] usb: ehci-vf: drop the empty bind hook
Marek Vasut <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <19a59fb4-b672-4afb-92a1-321b244a541e__9913.836540521$1787198138$gmane$org@mailbox.org> |
On 8/19/26 11:37 AM, Mehmet Fide wrote: > From: Mehmet Fide <[email protected]> > > vf_usb_bind() only returns 0. Its comment describes a hack that keeps > the second controller from taking sequence number 0, but no such code > is there, and an empty .bind cannot influence the numbering the uclass > does. Remove it. This likely fixes these two commits: 0885cdb9d154 ("usb: host: ehci-vf: Migrate Vybrid USB to driver model") b27347f425f7 ("usb: Update for new sequence numbers")