From: Wolfram Sang <wsa+renesas@sang-engineering.com> Date: 2020-03-26 21:10:17
We are deprecating calls which return NULL in favor of new variants which
return an ERR_PTR. Only build tested.
Wolfram Sang (1):
video: backlight: tosa_lcd: convert to use i2c_new_client_device()
drivers/video/backlight/tosa_lcd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
2.20.1
From: Wolfram Sang <wsa+renesas@sang-engineering.com> Date: 2020-03-26 21:10:20
Move away from the deprecated API and return the shiny new ERRPTR where
useful.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
drivers/video/backlight/tosa_lcd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From: Lee Jones <hidden> Date: 2020-04-17 10:13:49
On Thu, 26 Mar 2020, Wolfram Sang wrote:
Move away from the deprecated API and return the shiny new ERRPTR where
useful.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
drivers/video/backlight/tosa_lcd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
--
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
From: Wolfram Sang <wsa+renesas@sang-engineering.com> Date: 2020-05-12 16:25:50
On Fri, Apr 17, 2020 at 11:14:46AM +0100, Lee Jones wrote:
On Thu, 26 Mar 2020, Wolfram Sang wrote:
quoted
Move away from the deprecated API and return the shiny new ERRPTR where
useful.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
drivers/video/backlight/tosa_lcd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From: Lee Jones <hidden> Date: 2020-05-13 08:01:05
On Tue, 12 May 2020, Wolfram Sang wrote:
On Fri, Apr 17, 2020 at 11:14:46AM +0100, Lee Jones wrote:
quoted
On Thu, 26 Mar 2020, Wolfram Sang wrote:
quoted
Move away from the deprecated API and return the shiny new ERRPTR where
useful.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
drivers/video/backlight/tosa_lcd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
Thanks! I don't see it in -next, though?
Just pushed. Should be there soon.
--
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog