Re: [PATCH v3 13/13] backlight: use backlight_is_blank() in all backlight drivers

2020-06-01 Thread Peter Ujfalusi
On 01/06/2020 9.52, Sam Ravnborg wrote: > Replaces the open-coded checks of the state etc., > with the backlight_is_blank() helper. > This increases readability of the code and align > the functionality across the drivers. Reviewed-by: Peter Ujfalusi > v3: > - Dropped as3711_bl, it will be m

Re: [PATCH v3 13/13] backlight: use backlight_is_blank() in all backlight drivers

2020-06-01 Thread Sam Ravnborg
On Mon, Jun 01, 2020 at 03:28:01PM +0300, Peter Ujfalusi wrote: > > > On 01/06/2020 9.52, Sam Ravnborg wrote: > > Replaces the open-coded checks of the state etc., > > with the backlight_is_blank() helper. > > This increases readability of the code and align > > the functionality across the drive

[PATCH v3 13/13] backlight: use backlight_is_blank() in all backlight drivers

2020-05-31 Thread Sam Ravnborg
Replaces the open-coded checks of the state etc., with the backlight_is_blank() helper. This increases readability of the code and align the functionality across the drivers. v3: - Dropped as3711_bl, it will be modified in another patch v2: - Fixed so changelog is readable Signed-off-by: Sam