提交 6cdd6400 编写于 作者: C Cong Ding 提交者: John W. Linville

ssb: use WARN in main.c

Use WARN rather than printk followed by WARN_ON(1), for conciseness.
Signed-off-by: NCong Ding <dinggnu@gmail.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 fc5e286f
...@@ -1126,8 +1126,7 @@ static u32 ssb_tmslow_reject_bitmask(struct ssb_device *dev) ...@@ -1126,8 +1126,7 @@ static u32 ssb_tmslow_reject_bitmask(struct ssb_device *dev)
case SSB_IDLOW_SSBREV_27: /* same here */ case SSB_IDLOW_SSBREV_27: /* same here */
return SSB_TMSLOW_REJECT; /* this is a guess */ return SSB_TMSLOW_REJECT; /* this is a guess */
default: default:
printk(KERN_INFO "ssb: Backplane Revision 0x%.8X\n", rev); WARN(1, KERN_INFO "ssb: Backplane Revision 0x%.8X\n", rev);
WARN_ON(1);
} }
return (SSB_TMSLOW_REJECT | SSB_TMSLOW_REJECT_23); return (SSB_TMSLOW_REJECT | SSB_TMSLOW_REJECT_23);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册