Re: [PATCH] iio: adc: stm32-dfsdm: drop __func__ while using Dynamic debug

2021-04-02 Thread Jonathan Cameron
On Thu, 1 Apr 2021 21:05:58 +0300 Andy Shevchenko wrote: > On Thu, Apr 1, 2021 at 8:48 PM Mugilraj Dhavachelvan > wrote: > > > > dropped __func__ while using dev_dbg() and pr_debug() > > The commit message may be amended, from code perspective LGTM! > Reviewed-by: Andy Shevchenko I added a

Re: [PATCH] iio: adc: stm32-dfsdm: drop __func__ while using Dynamic debug

2021-04-01 Thread Andy Shevchenko
On Thu, Apr 1, 2021 at 8:48 PM Mugilraj Dhavachelvan wrote: > > dropped __func__ while using dev_dbg() and pr_debug() The commit message may be amended, from code perspective LGTM! Reviewed-by: Andy Shevchenko > Signed-off-by: Mugilraj Dhavachelvan > --- > drivers/iio/adc/stm32-dfsdm-adc.c |

[PATCH] iio: adc: stm32-dfsdm: drop __func__ while using Dynamic debug

2021-04-01 Thread Mugilraj Dhavachelvan
dropped __func__ while using dev_dbg() and pr_debug() Signed-off-by: Mugilraj Dhavachelvan --- drivers/iio/adc/stm32-dfsdm-adc.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/iio/adc/stm32-dfsdm-adc.c b/drivers/iio/adc/stm32-dfsdm-adc.c index 76a60d93fe2