Re: [PATCH] usb: ulpi: Use common error handling code in ulpi_register()

From: Johan Hovold

Date: Mon Jun 08 2026 - 12:50:06 EST


On Mon, Jun 08, 2026 at 02:35:11PM +0200, Markus Elfring wrote:
> From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
> Date: Mon, 8 Jun 2026 14:17:57 +0200
>
> Use an additional label so that a bit of exception handling can be better
> reused at the end of this function implementation.
>
> Cc: stable@xxxxxxxxxxxxxxx

This is not a bug fix and clearly not stable material.

> Signed-off-by: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>

A closer look at the code reveals that the device name is still being
leaking on errors however (despite the recent flurry of related fixes).

I've just sent a fix here:

https://lore.kernel.org/r/20260608145803.69360-1-johan@xxxxxxxxxx

Johan