Re: [PATCH 2/3] usb: ehci-vf: drop the empty bind hook
Marek Vasut <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
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")