diff options
author | Michal Simek <monstr@monstr.eu> | 2009-10-29 03:58:15 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-12-14 02:44:56 -0500 |
commit | 753758304019fc7c2ef3af674f52a193b1606d15 (patch) | |
tree | 198433c83afcdef38ddc1096fefde2d9bcfd5b28 | |
parent | f7816e284b72820b295b2d377cc635d7305f6728 (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>
-rw-r--r-- | arch/microblaze/kernel/reset.c | 2 |
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; |
92 | err: | 92 | err: |
93 | gpio_free(handle); | 93 | gpio_free(handle); |