Re: [PATCH] macintosh: Use common error handling code in via_pmu_led_init()

2024-11-17 Thread Michael Ellerman
On Thu, 03 Oct 2024 21:15:45 +0200, Markus Elfring wrote: > Add a jump target so that a bit of exception handling can be better reused > at the end of this function implementation. > > This issue was detected by using the Coccinelle software. > > Applied to powerpc/next. [1/1] macintosh: Use c

[PATCH] macintosh: Use common error handling code in via_pmu_led_init()

2024-10-03 Thread Markus Elfring
From: Markus Elfring Date: Thu, 3 Oct 2024 21:06:42 +0200 Add a jump target so that a bit of exception handling can be better reused at the end of this function implementation. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/macintosh/via-pm