瀏覽代碼

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>
Michal Simek 15 年之前
父節點
當前提交
7537583040
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/microblaze/kernel/reset.c

+ 1 - 1
arch/microblaze/kernel/reset.c

@@ -87,7 +87,7 @@ void of_platform_reset_gpio_probe(void)
 	/* Setup output direction */
 	/* Setup output direction */
 	gpio_set_value(handle, 0);
 	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;
 	return;
 err:
 err:
 	gpio_free(handle);
 	gpio_free(handle);