All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ehea: Fixing some message level
@ 2010-12-16 19:13 leitao
  2010-12-20 18:35 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: leitao @ 2010-12-16 19:13 UTC (permalink / raw)
  To: davem; +Cc: netdev, Breno Leitao

Currently there are some info message that is set as error, and an error
message that is set as debug. This patch just fixes it.

Signed-off-by: Breno Leitao <leitao@linux.vnet.ibm.com>
---
 drivers/net/ehea/ehea_main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ehea/ehea_main.c b/drivers/net/ehea/ehea_main.c
index 0dfef6d..1032b5b 100644
--- a/drivers/net/ehea/ehea_main.c
+++ b/drivers/net/ehea/ehea_main.c
@@ -740,13 +740,13 @@ static int ehea_proc_rwqes(struct net_device *dev,
 							  skb_arr_rq1_len,
 							  wqe_index);
 				if (unlikely(!skb)) {
-					netif_err(port, rx_err, dev,
+					netif_info(port, rx_err, dev,
 						  "LL rq1: skb=NULL\n");
 
 					skb = netdev_alloc_skb(dev,
 							       EHEA_L_PKT_SIZE);
 					if (!skb) {
-						netdev_info(dev, "Not enough memory to allocate skb\n");
+						netdev_err(dev, "Not enough memory to allocate skb\n");
 						break;
 					}
 				}
-- 
1.7.1


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

* Re: [PATCH] ehea: Fixing some message level
  2010-12-16 19:13 [PATCH] ehea: Fixing some message level leitao
@ 2010-12-20 18:35 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-12-20 18:35 UTC (permalink / raw)
  To: leitao; +Cc: netdev

From: leitao@linux.vnet.ibm.com
Date: Thu, 16 Dec 2010 17:13:12 -0200

> Currently there are some info message that is set as error, and an error
> message that is set as debug. This patch just fixes it.
> 
> Signed-off-by: Breno Leitao <leitao@linux.vnet.ibm.com>

Applied, thanks.

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

end of thread, other threads:[~2010-12-20 18:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-16 19:13 [PATCH] ehea: Fixing some message level leitao
2010-12-20 18:35 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.