Re: [PATCH v1 4/4] backlight: hx8357: Utilise temporary variable for struct device

2024-01-28 Thread Andy Shevchenko
On Wed, Jan 24, 2024 at 05:25:07PM +, Daniel Thompson wrote: > On Sun, Jan 14, 2024 at 05:25:11PM +0200, Andy Shevchenko wrote: ... > Reviewed-by: Daniel Thompson Thank you for the review, I will address comments and send a new version at the end of the next week I hope. -- With Best Rega

Re: [PATCH v1 4/4] backlight: hx8357: Utilise temporary variable for struct device

2024-01-24 Thread Daniel Thompson
On Sun, Jan 14, 2024 at 05:25:11PM +0200, Andy Shevchenko wrote: > We have a temporary variable to keep pointer to struct device. > Utilise it inside the ->probe() implementation. > > Signed-off-by: Andy Shevchenko Reviewed-by: Daniel Thompson Daniel.

Re: [PATCH v1 4/4] backlight: hx8357: Utilise temporary variable for struct device

2024-01-15 Thread Javier Martinez Canillas
Andy Shevchenko writes: > We have a temporary variable to keep pointer to struct device. > Utilise it inside the ->probe() implementation. > > Signed-off-by: Andy Shevchenko > --- Reviewed-by: Javier Martinez Canillas -- Best regards, Javier Martinez Canillas Core Platforms Red Hat

[PATCH v1 4/4] backlight: hx8357: Utilise temporary variable for struct device

2024-01-14 Thread Andy Shevchenko
We have a temporary variable to keep pointer to struct device. Utilise it inside the ->probe() implementation. Signed-off-by: Andy Shevchenko --- drivers/video/backlight/hx8357.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/video/backlight/hx8357.c b/drivers