[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1290883188-2078-6-git-send-email-szymon@janc.net.pl>
Date: Sat, 27 Nov 2010 19:39:47 +0100
From: Szymon Janc <szymon@...c.net.pl>
To: netdev@...r.kernel.org
Cc: Szymon Janc <szymon@...c.net.pl>
Subject: [PATCH 5/6] forcedeth: use KERN_ facility level in printk
Signed-off-by: Szymon Janc <szymon@...c.net.pl>
---
drivers/net/forcedeth.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/forcedeth.c b/drivers/net/forcedeth.c
index 2f092d7..a2b6681 100644
--- a/drivers/net/forcedeth.c
+++ b/drivers/net/forcedeth.c
@@ -958,7 +958,7 @@ static int reg_delay(struct net_device *dev, int offset, u32 mask, u32 target,
delaymax -= delay;
if (delaymax < 0) {
if (msg)
- printk("%s", msg);
+ printk(KERN_WARNING "%s", msg);
return 1;
}
} while ((readl(base + offset) & mask) != target);
--
1.7.2.3
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists