summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-ep93xx.c
diff options
context:
space:
mode:
authorH Hartley Sweeten2011-06-07 22:52:01 +0200
committerGrant Likely2011-06-08 01:13:49 +0200
commit47732cb4fdee72e6ea4d2ae40d72da4d2cedf97e (patch)
tree2f3fdb3483da7377c492ba2303147fdfb333e2ed /drivers/gpio/gpio-ep93xx.c
parentgpio/mxs: convert gpio-mxs to use generic irq chip (diff)
downloadkernel-qcow2-linux-47732cb4fdee72e6ea4d2ae40d72da4d2cedf97e.tar.gz
kernel-qcow2-linux-47732cb4fdee72e6ea4d2ae40d72da4d2cedf97e.tar.xz
kernel-qcow2-linux-47732cb4fdee72e6ea4d2ae40d72da4d2cedf97e.zip
gpio/ep93xx: fix pr_fmt output
With this driver now being moved from arch/arm/mach-ep93xx/gpio.c to drivers/gpio/gpio-ep93xx.c the prefix "ep93xx" is now redundant in the pr_* output. Using KBUILD_MODNAME is sufficient. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio/gpio-ep93xx.c')
-rw-r--r--drivers/gpio/gpio-ep93xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-ep93xx.c b/drivers/gpio/gpio-ep93xx.c
index c33c9a80e149..3d427b905c0c 100644
--- a/drivers/gpio/gpio-ep93xx.c
+++ b/drivers/gpio/gpio-ep93xx.c
@@ -11,7 +11,7 @@
* published by the Free Software Foundation.
*/
-#define pr_fmt(fmt) "ep93xx " KBUILD_MODNAME ": " fmt
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/init.h>
#include <linux/module.h>