projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55877ef
)
drivers: base: cacheinfo: add pr_fmt logging
author
Sudeep Holla
<sudeep.holla@arm.com>
Fri, 28 Oct 2016 08:45:30 +0000
(09:45 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 10 Nov 2016 16:30:53 +0000
(17:30 +0100)
This cleanup patch just adds pr_fmt style logging for cacheinfo.
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/cacheinfo.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/base/cacheinfo.c
b/drivers/base/cacheinfo.c
index 70e13cf06ed0988b70352797cdf1e0843b8b577c..f19d50bd89254cee060c5a690078d2a56a2f3fca 100644
(file)
--- a/
drivers/base/cacheinfo.c
+++ b/
drivers/base/cacheinfo.c
@@
-16,6
+16,8
@@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
#include <linux/acpi.h>
#include <linux/bitops.h>
#include <linux/cacheinfo.h>