mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
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:
parent
f7816e284b
commit
7537583040
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user