提交 75375830 编写于 作者: M Michal Simek

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: NMichal Simek <monstr@monstr.eu>
上级 f7816e28
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册