Re: [PATCH] iio: adc: ina2xx: remove unused debug field from chip global data

2016-09-03 Thread Jonathan Cameron
On 03/09/16 03:54, Alison Schofield wrote: > commit 1961bce76452 "iio: ina2xx: Remove trace_printk debug > statements" removed the code that used the chip->prev_ns field. > This patch cleans it up further by removing the unused field > and assignments. > > Signed-off-by: Alison Schofield

Re: [PATCH] iio: adc: ina2xx: remove unused debug field from chip global data

2016-09-03 Thread Jonathan Cameron
On 03/09/16 03:54, Alison Schofield wrote: > commit 1961bce76452 "iio: ina2xx: Remove trace_printk debug > statements" removed the code that used the chip->prev_ns field. > This patch cleans it up further by removing the unused field > and assignments. > > Signed-off-by: Alison Schofield > Cc:

[PATCH] iio: adc: ina2xx: remove unused debug field from chip global data

2016-09-02 Thread Alison Schofield
commit 1961bce76452 "iio: ina2xx: Remove trace_printk debug statements" removed the code that used the chip->prev_ns field. This patch cleans it up further by removing the unused field and assignments. Signed-off-by: Alison Schofield Cc: Daniel Baluta

[PATCH] iio: adc: ina2xx: remove unused debug field from chip global data

2016-09-02 Thread Alison Schofield
commit 1961bce76452 "iio: ina2xx: Remove trace_printk debug statements" removed the code that used the chip->prev_ns field. This patch cleans it up further by removing the unused field and assignments. Signed-off-by: Alison Schofield Cc: Daniel Baluta --- drivers/iio/adc/ina2xx-adc.c | 5 -