Re: [PATCH] usb: host: ehci-generic: Fix error check

2022-07-04 Thread Tom Rini
On Sat, Jul 02, 2022 at 01:45:10AM +0100, Andre Przywara wrote: > Commit 81755b8c20fe ("usb: host: ehci-generic: Make resets and clocks > optional") improved the error check to cover the reset property being > optional. However this was using the wrong error variable for the > check, so would now

Re: [PATCH] usb: host: ehci-generic: Fix error check

2022-07-02 Thread Tom Rini
On Sat, Jul 02, 2022 at 11:42:17PM +0200, Marek Vasut wrote: > On 7/2/22 02:45, Andre Przywara wrote: > > Commit 81755b8c20fe ("usb: host: ehci-generic: Make resets and clocks > > optional") improved the error check to cover the reset property being > > optional. However this was using the wrong er

Re: [PATCH] usb: host: ehci-generic: Fix error check

2022-07-02 Thread Marek Vasut
On 7/2/22 02:45, Andre Przywara wrote: Commit 81755b8c20fe ("usb: host: ehci-generic: Make resets and clocks optional") improved the error check to cover the reset property being optional. However this was using the wrong error variable for the check, so would now never fail. Use the correct err

[PATCH] usb: host: ehci-generic: Fix error check

2022-07-01 Thread Andre Przywara
Commit 81755b8c20fe ("usb: host: ehci-generic: Make resets and clocks optional") improved the error check to cover the reset property being optional. However this was using the wrong error variable for the check, so would now never fail. Use the correct error variable for checking the result of re