iio: adc: stm32-dfsdm: drop __func__ while using Dynamic debug
authorMugilraj Dhavachelvan <dmugil2000@gmail.com>
Thu, 1 Apr 2021 15:43:43 +0000 (21:13 +0530)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Wed, 7 Apr 2021 07:36:38 +0000 (08:36 +0100)
commitbb142d4433e4c0294aa2727b576c72a2a4032c6e
tree403d4c1390dc8f132e5f1e55f21ff73b41af3808
parent7604c2f9ea8c572399a788035dd151ee9327b82d
iio: adc: stm32-dfsdm: drop __func__ while using Dynamic debug

Dropped __func__ while using dev_dbg() and pr_debug()
If the function name is desired, it can be configured using
dynamic debug.

Signed-off-by: Mugilraj Dhavachelvan <dmugil2000@gmail.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20210401154343.41527-1-dmugil2000@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/stm32-dfsdm-adc.c