Re: [PATCH] gpiolib: Put fwnode reference on failure
From: Bartosz Golaszewski
Date: Mon Aug 10 2026 - 07:51:09 EST
On Thu, 6 Aug 2026 23:47:35 +0200, Michail Tatas <michail.tatas@xxxxxxxxx> said:
> We get a reference to the fwnode handle which we pass to
> gpio_shared_make_ref. In case it fails we do not put the reference.
> Fix by putting the reference in the failure case
>
> Signed-off-by: Michail Tatas <michail.tatas@xxxxxxxxx>
> ---
Can you add the Fixes: and Cc: stable tags please?
Bart