microblaze: Fix announce message for reset gpio
authorMichal Simek <monstr@monstr.eu>
Thu, 29 Oct 2009 07:58:15 +0000 (08:58 +0100)
committerMichal Simek <monstr@monstr.eu>
Mon, 14 Dec 2009 07:44:56 +0000 (08:44 +0100)
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>
arch/microblaze/kernel/reset.c

index ce74a6f..789af93 100644 (file)
@@ -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);