aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-10-29 03:58:15 -0400
committerMichal Simek <monstr@monstr.eu>2009-12-14 02:44:56 -0500
commit753758304019fc7c2ef3af674f52a193b1606d15 (patch)
tree198433c83afcdef38ddc1096fefde2d9bcfd5b28 /arch
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')
-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 ce74a6f436e3..789af930d72c 100644
--- a/arch/microblaze/kernel/reset.c
+++ b/arch/microblaze/kernel/reset.c
@@ -87,7 +87,7 @@ void of_platform_reset_gpio_probe(void)
87 /* Setup output direction */ 87 /* Setup output direction */
88 gpio_set_value(handle, 0); 88 gpio_set_value(handle, 0);
89 89
90 printk(KERN_INFO "Registered reset device: %d\n", handle); 90 printk(KERN_INFO "RESET: Registered gpio device: %d\n", handle);
91 return; 91 return;
92err: 92err:
93 gpio_free(handle); 93 gpio_free(handle);