Re: [PATCH 1/2] iio: potentiometer: mcp4018: switch to using .probe_new

2018-04-15 Thread Jonathan Cameron
On Wed, 11 Apr 2018 14:49:14 +0200 Peter Rosin wrote: > Use the new probe style for i2c drivers. > > Signed-off-by: Peter Rosin Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > --- >

Re: [PATCH 1/2] iio: potentiometer: mcp4018: switch to using .probe_new

2018-04-15 Thread Jonathan Cameron
On Wed, 11 Apr 2018 14:49:14 +0200 Peter Rosin wrote: > Use the new probe style for i2c drivers. > > Signed-off-by: Peter Rosin Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > --- >

[PATCH 1/2] iio: potentiometer: mcp4018: switch to using .probe_new

2018-04-11 Thread Peter Rosin
Use the new probe style for i2c drivers. Signed-off-by: Peter Rosin --- drivers/iio/potentiometer/mcp4018.c | 41 ++--- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/drivers/iio/potentiometer/mcp4018.c

[PATCH 1/2] iio: potentiometer: mcp4018: switch to using .probe_new

2018-04-11 Thread Peter Rosin
Use the new probe style for i2c drivers. Signed-off-by: Peter Rosin --- drivers/iio/potentiometer/mcp4018.c | 41 ++--- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/drivers/iio/potentiometer/mcp4018.c b/drivers/iio/potentiometer/mcp4018.c