]> asedeno.scripts.mit.edu Git - linux.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)
commit1b3079a721106a441dcbd14c55908ab406324c66
tree3753b9c43a291aeb9c81eb5d953e42a62be0c452
parentadc18ba9061eade402b8d84c6bbcb5ca87add8da
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