[PATCH 7/9] backlight: atmel-pwm-bl: use gpio_is_valid

2013-10-23 Thread Johan Hovold
Use gpio_is_valid rather than open coding the more restrictive != -1 test. Acked-by: Jingoo Han Signed-off-by: Johan Hovold --- drivers/video/backlight/atmel-pwm-bl.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/video/backlight/atmel-pwm-bl.c b/drivers/vi

Re: [PATCH 7/9] backlight: atmel-pwm-bl: use gpio_is_valid

2013-10-22 Thread Jingoo Han
On Wednesday, October 23, 2013 2:27 AM, Johan Hovold wrote: > > Use gpio_is_valid rather than open coding the more restrictive != -1 > test. > > Signed-off-by: Johan Hovold Acked-by: Jingoo Han Best regards, Jingoo Han > --- > drivers/video/backlight/atmel-pwm-bl.c | 8 > 1 file ch

[PATCH 7/9] backlight: atmel-pwm-bl: use gpio_is_valid

2013-10-22 Thread Johan Hovold
Use gpio_is_valid rather than open coding the more restrictive != -1 test. Signed-off-by: Johan Hovold --- drivers/video/backlight/atmel-pwm-bl.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/video/backlight/atmel-pwm-bl.c b/drivers/video/backlight/atmel-pw