Re: [PATCH 03/12] backlight: gpio: pull the non-pdata device probing code into probe()
From: Linus Walleij <hidden>
Date: 2019-06-27 11:15:13
Also in:
dri-devel, linux-arm-kernel, lkml
From: Linus Walleij <hidden>
Date: 2019-06-27 11:15:13
Also in:
dri-devel, linux-arm-kernel, lkml
On Tue, Jun 25, 2019 at 5:34 PM Bartosz Golaszewski [off-list ref] wrote:
From: Bartosz Golaszewski <redacted> There's no good reason to have the generic probing code in a separate routine. This function is short and is inlined by the compiler anyway. Move it into probe under the pdata-specific part. Signed-off-by: Bartosz Golaszewski <redacted>
Reviewed-by: Linus Walleij <redacted> Yours, Linus Walleij