Re: powerpc/eeh: Quieten EEH message when no adapters are found

2016-10-04 Thread Michael Ellerman
On Sun, 2016-02-10 at 00:09:38 UTC, Anton Blanchard wrote:
> From: Anton Blanchard 
> 
> No real need for this to be pr_warn(), reduce it to pr_info().
> 
> Signed-off-by: Anton Blanchard 
> Acked-by: Gavin Shan 

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/91ac730b8b1d7c5e71e7ed2d785a61

cheers


Re: [PATCH] powerpc/eeh: Quieten EEH message when no adapters are found

2016-10-02 Thread Gavin Shan
On Sun, Oct 02, 2016 at 11:09:38AM +1100, Anton Blanchard wrote:
>From: Anton Blanchard 
>
>No real need for this to be pr_warn(), reduce it to pr_info().
>
>Signed-off-by: Anton Blanchard 

Acked-by: Gavin Shan 



[PATCH] powerpc/eeh: Quieten EEH message when no adapters are found

2016-10-01 Thread Anton Blanchard
From: Anton Blanchard 

No real need for this to be pr_warn(), reduce it to pr_info().

Signed-off-by: Anton Blanchard 
---
 arch/powerpc/kernel/eeh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/kernel/eeh.c b/arch/powerpc/kernel/eeh.c
index c9bc78e..3f0ca80 100644
--- a/arch/powerpc/kernel/eeh.c
+++ b/arch/powerpc/kernel/eeh.c
@@ -1044,7 +1044,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;
 }
-- 
2.7.4