aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-10-29 08:58:15 +0100
committerMichal Simek <monstr@monstr.eu>2009-12-14 08:44:56 +0100
commit753758304019fc7c2ef3af674f52a193b1606d15 (patch)
tree198433c83afcdef38ddc1096fefde2d9bcfd5b28 /arch/microblaze
parentf7816e284b72820b295b2d377cc635d7305f6728 (diff)
microblaze: Fix announce message for reset gpio
I had to change message for gpio-reset because I always not to see it. Prefix RESET is big and visible. Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/kernel/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/reset.c b/arch/microblaze/kernel/reset.c
index ce74a6f436e..789af930d72 100644
--- a/arch/microblaze/kernel/reset.c
+++ b/arch/microblaze/kernel/reset.c
@@ -87,7 +87,7 @@ void of_platform_reset_gpio_probe(void)
/* Setup output direction */
gpio_set_value(handle, 0);
- printk(KERN_INFO "Registered reset device: %d\n", handle);
+ printk(KERN_INFO "RESET: Registered gpio device: %d\n", handle);
return;
err:
gpio_free(handle);