linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc/eeh: Quieten EEH message when no adapters are found
@ 2016-10-02  0:09 Anton Blanchard
  2016-10-02 11:28 ` Gavin Shan
  2016-10-05  2:36 ` Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: Anton Blanchard @ 2016-10-02  0:09 UTC (permalink / raw)
  To: benh, paulus, mpe, gwshan; +Cc: linuxppc-dev

From: Anton Blanchard <anton@samba.org>

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

Signed-off-by: Anton Blanchard <anton@samba.org>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] powerpc/eeh: Quieten EEH message when no adapters are found
  2016-10-02  0:09 [PATCH] powerpc/eeh: Quieten EEH message when no adapters are found Anton Blanchard
@ 2016-10-02 11:28 ` Gavin Shan
  2016-10-05  2:36 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Gavin Shan @ 2016-10-02 11:28 UTC (permalink / raw)
  To: Anton Blanchard; +Cc: benh, paulus, mpe, gwshan, linuxppc-dev

On Sun, Oct 02, 2016 at 11:09:38AM +1100, Anton Blanchard wrote:
>From: Anton Blanchard <anton@samba.org>
>
>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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: powerpc/eeh: Quieten EEH message when no adapters are found
  2016-10-02  0:09 [PATCH] powerpc/eeh: Quieten EEH message when no adapters are found Anton Blanchard
  2016-10-02 11:28 ` Gavin Shan
@ 2016-10-05  2:36 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2016-10-05  2:36 UTC (permalink / raw)
  To: Anton Blanchard, benh, paulus, gwshan; +Cc: linuxppc-dev

On Sun, 2016-02-10 at 00:09:38 UTC, Anton Blanchard wrote:
> From: Anton Blanchard <anton@samba.org>
> 
> 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>

Applied to powerpc next, thanks.

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

cheers

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-05  2:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-02  0:09 [PATCH] powerpc/eeh: Quieten EEH message when no adapters are found Anton Blanchard
2016-10-02 11:28 ` Gavin Shan
2016-10-05  2:36 ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).