Re: (subset) [PATCH -next RESEND] backlight: led_bl: Remove redundant of_match_ptr()

2023-08-21 Thread Lee Jones
On Fri, 18 Aug 2023 09:23:08 +0800, Ruan Jinjie wrote: > The driver depends on CONFIG_OF, it is not necessary to use > of_match_ptr() here. > > Applied, thanks! [1/1] backlight: led_bl: Remove redundant of_match_ptr() commit: a4464092f2c514a7f0788906d340f0bab59fdd73 -- Lee Jones [李琼斯]

[PATCH -next RESEND] backlight: led_bl: Remove redundant of_match_ptr()

2023-08-17 Thread Ruan Jinjie
The driver depends on CONFIG_OF, it is not necessary to use of_match_ptr() here. Signed-off-by: Ruan Jinjie Reviewed-by: Daniel Thompson --- drivers/video/backlight/led_bl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/backlight/led_bl.c b/drivers/video/back