]> git.baikalelectronics.ru Git - kernel.git/commit
iio: accel: bmc150: Remove redundant __func__ in dev_dbg()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 22 Feb 2018 18:58:58 +0000 (20:58 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 24 Feb 2018 13:29:36 +0000 (13:29 +0000)
commit1ae94e4cf844f8e418e723d06c62f98237215a85
tree3753b9c43a291aeb9c81eb5d953e42a62be0c452
parentadec04f5bd42757340f73fcc6c71ba155f9b748e
iio: accel: bmc150: Remove redundant __func__ in dev_dbg()

Dynamic debug has a run time knob to enable function name printing.
Remove this from dev_dbg() calls.

Furthermore, functional tracing when enabled can show what function is
called, therefore remove empty dev_dbg() calls.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/accel/bmc150-accel-core.c