Re: [PATCH 4/4] rtc: s5m: convert to i2c_new_dummy_device

2019-07-23 Thread Krzysztof Kozlowski
On Mon, 22 Jul 2019 at 19:26, Wolfram Sang wrote: > > Move from i2c_new_dummy() to i2c_new_dummy_device(), so we now get an > ERRPTR which we use in error handling. > > Signed-off-by: Wolfram Sang > --- > > Generated with coccinelle. Build tested by me and buildbot. Not tested on HW. > > drivers

[PATCH 4/4] rtc: s5m: convert to i2c_new_dummy_device

2019-07-22 Thread Wolfram Sang
Move from i2c_new_dummy() to i2c_new_dummy_device(), so we now get an ERRPTR which we use in error handling. Signed-off-by: Wolfram Sang --- Generated with coccinelle. Build tested by me and buildbot. Not tested on HW. drivers/rtc/rtc-s5m.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deleti