Re: [PATCH 5/7] backlight: lm3630a_bl: Handle deferred probe

2024-03-04 Thread Daniel Thompson
On Mon, Mar 04, 2024 at 11:11:42AM +0100, Krzysztof Kozlowski wrote: > Don't pollute dmesg on deferred probe and simplify the code with > dev_err_probe(). > > Signed-off-by: Krzysztof Kozlowski Reviewed-by: Daniel Thompson Daniel.

[PATCH 5/7] backlight: lm3630a_bl: Handle deferred probe

2024-03-04 Thread Krzysztof Kozlowski
Don't pollute dmesg on deferred probe and simplify the code with dev_err_probe(). Signed-off-by: Krzysztof Kozlowski --- drivers/video/backlight/lm3630a_bl.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/video/backlight/lm3630a_bl.c b/drivers/video/backlight