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:
9eda65f
)
powerpc/eeh: Quieten EEH message when no adapters are found
author
Anton Blanchard
<anton@samba.org>
Sun, 2 Oct 2016 00:09:38 +0000
(11:09 +1100)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Tue, 4 Oct 2016 05:11:48 +0000
(16:11 +1100)
No real need for this to be pr_warn(), reduce it to pr_info().
Signed-off-by: Anton Blanchard <anton@samba.org>
Acked-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/eeh.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kernel/eeh.c
b/arch/powerpc/kernel/eeh.c
index 130bcae1e2dab9d2eb1690ef48c3aebe96db7bc0..f25731627d7f472a44e25bf48e61cffcc2c51055 100644
(file)
--- a/
arch/powerpc/kernel/eeh.c
+++ b/
arch/powerpc/kernel/eeh.c
@@
-1045,7
+1045,7
@@
int eeh_init(void)
if (eeh_enabled())
pr_info("EEH: PCI Enhanced I/O Error Handling Enabled\n");
else
- pr_
warn
("EEH: No capable adapters found\n");
+ pr_
info
("EEH: No capable adapters found\n");
return ret;
}