commit | 1b3079a721106a441dcbd14c55908ab406324c66 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Feb 22 20:58:58 2018 +0200 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Sat Feb 24 13:29:36 2018 +0000 |
tree | 3753b9c43a291aeb9c81eb5d953e42a62be0c452 | |
parent | adc18ba9061eade402b8d84c6bbcb5ca87add8da [diff] |
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>