Re: [PATCH 4/6] video: backlight: tosa_lcd: convert to use i2c_new_client_device()

2020-06-18 Thread Lee Jones
On Mon, 15 Jun 2020, Wolfram Sang wrote: > Move away from the deprecated API and return the shiny new ERRPTR where > useful. > > Signed-off-by: Wolfram Sang > Reviewed-by: Daniel Thompson > --- > > I'd like to push it via I2C for 5.8-rc2. Go for it: Acked-by: Lee Jones -- Lee Jones [李琼斯]

[PATCH 4/6] video: backlight: tosa_lcd: convert to use i2c_new_client_device()

2020-06-16 Thread Wolfram Sang
Move away from the deprecated API and return the shiny new ERRPTR where useful. Signed-off-by: Wolfram Sang Reviewed-by: Daniel Thompson --- I'd like to push it via I2C for 5.8-rc2. drivers/video/backlight/tosa_lcd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driv