projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7816e2
)
microblaze: Fix announce message for reset gpio
author
Michal Simek
<monstr@monstr.eu>
Thu, 29 Oct 2009 07:58:15 +0000
(08:58 +0100)
committer
Michal Simek
<monstr@monstr.eu>
Mon, 14 Dec 2009 07:44:56 +0000
(08:44 +0100)
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>
arch/microblaze/kernel/reset.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/kernel/reset.c
b/arch/microblaze/kernel/reset.c
index ce74a6f436e3405c93582948a9ae7537e63f231a..789af930d72ccdc457dbaf99cc6f90d5532bf389 100644
(file)
--- a/
arch/microblaze/kernel/reset.c
+++ b/
arch/microblaze/kernel/reset.c
@@
-87,7
+87,7
@@
void of_platform_reset_gpio_probe(void)
/* Setup output direction */
gpio_set_value(handle, 0);
- printk(KERN_INFO "R
egistered reset
device: %d\n", handle);
+ printk(KERN_INFO "R
ESET: Registered gpio
device: %d\n", handle);
return;
err:
gpio_free(handle);