Re: [PATCH] usb: ulpi: Use common error handling code in ulpi_register()
Johan Hovold <[email protected]>
| Newsgroups | org.kernel.vger.kernel-janitors,org.kernel.vger.linux-kernel,org.kernel.vger.linux-usb |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 08, 2026 at 02:35:11PM +0200, Markus Elfring wrote: > From: Markus Elfring <[email protected]> > 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: [email protected] This is not a bug fix and clearly not stable material. > Signed-off-by: Markus Elfring <[email protected]> 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/[email protected] Johan