Re: [PATCH] backlight: lms283gf05: Fix a typo in the description passed to 'devm_gpio_request_one()'

2019-08-12 Thread Lee Jones
On Wed, 24 Jul 2019, Christophe JAILLET wrote: > The description passed to 'devm_gpio_request_one()' should be related to > LMS283GF05, not LMS285GF05. > > Signed-off-by: Christophe JAILLET > --- > drivers/video/backlight/lms283gf05.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) App

Re: [PATCH] backlight: lms283gf05: Fix a typo in the description passed to 'devm_gpio_request_one()'

2019-07-25 Thread Daniel Thompson
On Wed, Jul 24, 2019 at 11:38:28PM +0200, Christophe JAILLET wrote: > The description passed to 'devm_gpio_request_one()' should be related to > LMS283GF05, not LMS285GF05. > > Signed-off-by: Christophe JAILLET Reviewed-by: Daniel Thompson > --- > drivers/video/backlight/lms283gf05.c | 2 +- >

[PATCH] backlight: lms283gf05: Fix a typo in the description passed to 'devm_gpio_request_one()'

2019-07-24 Thread Christophe JAILLET
The description passed to 'devm_gpio_request_one()' should be related to LMS283GF05, not LMS285GF05. Signed-off-by: Christophe JAILLET --- drivers/video/backlight/lms283gf05.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/backlight/lms283gf05.c b/drivers/vide