[PATCH v3 2/3] backlight: mp3309c: use dev_err_probe() instead of dev_err()

2024-02-08 Thread Andy Shevchenko
Replace dev_err() with dev_err_probe(). This helps in simplifing code and standardizing the error output. Tested-by: Flavio Suligoi Reviewed-by: Daniel Thompson Signed-off-by: Andy Shevchenko --- drivers/video/backlight/mp3309c.c | 18 +++--- 1 file changed, 7 insertions(+), 11 de

[PATCH v3 2/3] backlight: mp3309c: use dev_err_probe() instead of dev_err()

2024-02-08 Thread Andy Shevchenko
Replace dev_err() with dev_err_probe(). This helps in simplifing code and standardizing the error output. Tested-by: Flavio Suligoi Reviewed-by: Daniel Thompson Signed-off-by: Andy Shevchenko --- drivers/video/backlight/mp3309c.c | 18 +++--- 1 file changed, 7 insertions(+), 11 de