projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d6fb25
)
greybus: loopback: add missing pr_fmt
author
Johan Hovold
<johan@hovoldconsulting.com>
Thu, 11 Feb 2016 12:52:49 +0000
(13:52 +0100)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Fri, 12 Feb 2016 05:44:17 +0000
(21:44 -0800)
Add missing pr_fmt so we can at least tell what module the sole
remaining pr_err was from.
Testing Done:
Tested on DB3.5 with the generic bridge firmware on APB2.
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/loopback.c
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/loopback.c
b/drivers/staging/greybus/loopback.c
index c35d22733a36fbc0172d9e8202d71e38d08b1242..3f32dee1ec939a23d4a3b77cbe3f4aa60c7668d3 100644
(file)
--- a/
drivers/staging/greybus/loopback.c
+++ b/
drivers/staging/greybus/loopback.c
@@
-6,6
+6,9
@@
*
* Released under the GPLv2 only.
*/
+
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mutex.h>