提交 6389aa45 编写于 作者: B Ben Boeckel 提交者: David S. Miller

smc91x: replace printk with netdev_ calls

Also snipes some whitespace errors.
Signed-off-by: NBen Boeckel <mathstuf@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 3ee307de
此差异已折叠。
......@@ -907,8 +907,8 @@ static const char * chip_ids[ 16 ] = {
({ \
int __b = SMC_CURRENT_BANK(lp); \
if (unlikely((__b & ~0xf0) != (0x3300 | bank))) { \
printk( "%s: bank reg screwed (0x%04x)\n", \
CARDNAME, __b ); \
pr_err("%s: bank reg screwed (0x%04x)\n", \
CARDNAME, __b); \
BUG(); \
} \
reg<<SMC_IO_SHIFT; \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部