Re: [PATCH 2/2] iio: ina2xx: Remove trace_printk debug statments

2016-02-15 Thread Marc Titinger
On 14/02/2016 21:02, Andrew F. Davis wrote: On 02/13/2016 07:21 AM, Jonathan Cameron wrote: On 12/02/16 18:34, Andrew F. Davis wrote: These are generally for devlopment use only, remove these from performance-critical code, convert to dev_dbg elswhere. Signed-off-by: Andrew F. Davis Hm...

Re: [PATCH 2/2] iio: ina2xx: Remove trace_printk debug statments

2016-02-14 Thread Andrew F. Davis
On 02/13/2016 07:21 AM, Jonathan Cameron wrote: On 12/02/16 18:34, Andrew F. Davis wrote: These are generally for devlopment use only, remove these from performance-critical code, convert to dev_dbg elswhere. Signed-off-by: Andrew F. Davis Hm... Tracepoints are also somewhat considered to be

Re: [PATCH 2/2] iio: ina2xx: Remove trace_printk debug statments

2016-02-13 Thread Jonathan Cameron
On 12/02/16 18:34, Andrew F. Davis wrote: > These are generally for devlopment use only, remove these > from performance-critical code, convert to dev_dbg elswhere. > > Signed-off-by: Andrew F. Davis Hm... Tracepoints are also somewhat considered to be ABI and hence it is possible some tooling re

[PATCH 2/2] iio: ina2xx: Remove trace_printk debug statments

2016-02-12 Thread Andrew F. Davis
These are generally for devlopment use only, remove these from performance-critical code, convert to dev_dbg elswhere. Signed-off-by: Andrew F. Davis --- drivers/iio/adc/ina2xx-adc.c | 21 +++-- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/drivers/iio/adc/ina2xx