Re: [PATCH v1 2/2] backlight: mp3309c: Utilise temporary variable for struct device

2023-12-15 Thread Daniel Thompson
On Thu, Dec 14, 2023 at 09:51:14PM +0200, Andy Shevchenko wrote: > We have a temporary variable to keep pointer to struct device. > Utilise it where it makes sense. > > Signed-off-by: Andy Shevchenko Reviewed-by: Daniel Thompson Daniel.

RE: [PATCH v1 2/2] backlight: mp3309c: Utilise temporary variable for struct device

2023-12-15 Thread Flavio Suligoi
> Subject: [PATCH v1 2/2] backlight: mp3309c: Utilise temporary variable > for struct device > > We have a temporary variable to keep pointer to struct device. > Utilise it where it makes sense. > > Signed-off-by: Andy Shevchenko > --- > drivers/vid

[PATCH v1 2/2] backlight: mp3309c: Utilise temporary variable for struct device

2023-12-14 Thread Andy Shevchenko
We have a temporary variable to keep pointer to struct device. Utilise it where it makes sense. Signed-off-by: Andy Shevchenko --- drivers/video/backlight/mp3309c.c | 38 +-- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git