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>
This commit is contained in:
Michal Simek 2009-10-29 08:58:15 +01:00
parent f7816e284b
commit 7537583040
1 changed files with 1 additions and 1 deletions

View 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);