Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2d3afff authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: pfc: Make pr_fmt consistent across pfc drivers.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent d93a891f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#define pr_fmt(fmt) "sh_pfc " KBUILD_MODNAME ": " fmt

#include <linux/errno.h>
#include <linux/kernel.h>
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#define pr_fmt(fmt) "sh_pfc " KBUILD_MODNAME ": " fmt

#include <linux/init.h>
#include <linux/gpio.h>
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#define pr_fmt(fmt) "sh_pfc " KBUILD_MODNAME ": " fmt

#include <linux/init.h>
#include <linux/module.h>