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

2024-02-02 Thread Flavio Suligoi
Hi Andy,

> Replace dev_err() with dev_err_probe().
> 
> This helps in simplifing code and standardizing the error output.
> 
> Signed-off-by: Andy Shevchenko 

Tested-by: Flavio Suligoi 

Flavio


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

2024-02-02 Thread Daniel Thompson
On Thu, Feb 01, 2024 at 05:14:14PM +0200, Andy Shevchenko wrote:
> Replace dev_err() with dev_err_probe().
>
> This helps in simplifing code and standardizing the error output.
>
> Signed-off-by: Andy Shevchenko 

Reviewed-by: Daniel Thompson 


Daniel.