commit | 24ad430ecda40421851b03968efb5d9dde22d799 | [log] [tgz] |
---|---|---|
author | Brian Masney <masneyb@onstation.org> | Sat Nov 12 13:19:22 2016 -0500 |
committer | Jonathan Cameron <jic23@kernel.org> | Sun Nov 13 13:07:21 2016 +0000 |
tree | 90d144b12d89862f1f8b6e13d4a217cd7ca82015 | |
parent | c9759e3fba337e8a452bd9a07be24b47f77a3e51 [diff] |
staging: iio: tsl2583: cleaned up logging There are several places in the code where the function name is hardcoded in the log message. Use the __func__ constant string to build the log message. This also clarifies some of the error messages to match the code and ensures that the correct priority is used since the message is already being changed. Signed-off-by: Brian Masney <masneyb@onstation.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>