Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75375830 authored by Michal Simek's avatar Michal Simek
Browse files

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: default avatarMichal Simek <monstr@monstr.eu>
parent f7816e28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);