Skip to content

Commit

Permalink
microblaze: Fix announce message for reset gpio
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michal Simek committed Dec 14, 2009
1 parent f7816e2 commit 7537583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/kernel/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7537583

Please sign in to comment.