Re: [PATCH] staging: iio: ad2s1210: Use device-managed API

2019-07-27 Thread Jonathan Cameron
On Fri, 26 Jul 2019 12:36:08 + "Ardelean, Alexandru" wrote: > On Fri, 2019-07-26 at 19:07 +0800, Chuhong Yuan wrote: > > [External] > > > > Use device-managed API to simplify the code. > > The remove function is redundant now and can > > be deleted. > > Reviewed-by: Alexandru Ardelean

Re: [PATCH] staging: iio: ad2s1210: Use device-managed API

2019-07-26 Thread Ardelean, Alexandru
On Fri, 2019-07-26 at 19:07 +0800, Chuhong Yuan wrote: > [External] > > Use device-managed API to simplify the code. > The remove function is redundant now and can > be deleted. Reviewed-by: Alexandru Ardelean > > Signed-off-by: Chuhong Yuan > --- > drivers/staging/iio/resolver/ad2s1210.c |

[PATCH] staging: iio: ad2s1210: Use device-managed API

2019-07-26 Thread Chuhong Yuan
Use device-managed API to simplify the code. The remove function is redundant now and can be deleted. Signed-off-by: Chuhong Yuan --- drivers/staging/iio/resolver/ad2s1210.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/drivers/staging/iio/resolver/ad2s1210.c