Re: [PATCH v2 4/4] iio: add configuration option for debug support

2013-07-16 Thread Jonathan Cameron
On 07/16/2013 01:56 PM, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador Applied to the togreg branch of iio.git in place of v1 > --- > Changes in v2: > - Rework Kconfig help (Lars-Peter Clausen) > > drivers/iio/Kconfig | 7 +++ > drivers/iio/Makefile | 2 ++ > 2 files changed, 9 in

[PATCH v2 4/4] iio: add configuration option for debug support

2013-07-16 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v2: - Rework Kconfig help (Lars-Peter Clausen) drivers/iio/Kconfig | 7 +++ drivers/iio/Makefile | 2 ++ 2 files changed, 9 insertions(+) diff --git a/drivers/iio/Kconfig b/drivers/iio/Kconfig index 9af763a..e5d1cfc 100644 --- a/drivers/iio/Kco