On Mon, Aug 11, 2025 at 10:46 AM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote: > > On 30/07/2025 09:14, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > > > Commit fb52f3226cab ("ARM: s3c/gpio: use new line value setter > > callbacks") correctly changed the assignment of the callback but missed > > the check one liner higher. Change it now too to using the recommended > > callback as the legacy one is going away soon. > > > > Fixes: fb52f3226cab ("ARM: s3c/gpio: use new line value setter callbacks") > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > --- > > Autobuilders pointed out only now that I missed the other line that > > needs changing in my previous patch. I'd like to still queue this for > > v6.17. Either through the SoC tree if it's not too late or through the > > GPIO tree together with my second PR for this merge window. Please > > kindly ack it. > > This does not apply for current RC, so on top of v6.17-rc1. > > Best regards, > Krzysztof This is no longer needed with v6.17-rc1. The callbacks have been renamed back globally to the original names. Bart