Re: [PATCH] iio/inkern.c Use list_for_each_entry_safe

2015-12-12 Thread Jonathan Cameron
On 08/12/15 17:45, Anshul Garg wrote: > Use list_for_each_entry_safe instead of list_for_each_safe > and list_entry call. > > Signed-off-by: Anshul Garg Applied to the togreg branch of iio.git - initially pushed out as testing for the autobuilder to play with it. Thanks, Jonathan > --- > drive

[PATCH] iio/inkern.c Use list_for_each_entry_safe

2015-12-08 Thread Anshul Garg
Use list_for_each_entry_safe instead of list_for_each_safe and list_entry call. Signed-off-by: Anshul Garg --- drivers/iio/inkern.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/iio/inkern.c b/drivers/iio/inkern.c index c8bad3c..f764eb6 100644 --- a/drivers

Re: [PATCH] iio/inkern.c Use list_for_each_entry_safe

2015-12-08 Thread kbuild test robot
Hi Anshul, [auto build test ERROR on v4.4-rc4] [also build test ERROR on next-20151208] url: https://github.com/0day-ci/linux/commits/Anshul-Garg/iio-inkern-c-Use-list_for_each_entry_safe/20151209-005155 config: sh-allyesconfig (attached as .config) reproduce: wget https://git.kernel

Re: [PATCH] iio/inkern.c Use list_for_each_entry_safe

2015-12-08 Thread kbuild test robot
Hi Anshul, [auto build test ERROR on v4.4-rc4] [also build test ERROR on next-20151208] url: https://github.com/0day-ci/linux/commits/Anshul-Garg/iio-inkern-c-Use-list_for_each_entry_safe/20151209-005155 config: x86_64-randconfig-x014-201549 (attached as .config) reproduce: # save the

[PATCH] iio/inkern.c Use list_for_each_entry_safe

2015-12-08 Thread Anshul Garg
Use list_for_each_entry_safe instead of list_for_each_safe and list_entry call. Signed-off-by: Anshul Garg --- drivers/iio/inkern.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/iio/inkern.c b/drivers/iio/inkern.c index c8bad3c..f764eb6 100644 --- a/drivers