提交 a9d3a146 编写于 作者: C Cord Walter 提交者: David S. Miller

pcnet_cs: Fix misuse of the equality operator.

Signed-off-by: NCord Walter <qord@cwalter.net>
Signed-off-by: NKomuro <komurojun-mbn@nifty.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 67dd8246
......@@ -586,7 +586,7 @@ static int pcnet_config(struct pcmcia_device *link)
}
if ((link->conf.ConfigBase == 0x03c0)
&& (link->manf_id == 0x149) && (link->card_id = 0xc1ab)) {
&& (link->manf_id == 0x149) && (link->card_id == 0xc1ab)) {
printk(KERN_INFO "pcnet_cs: this is an AX88190 card!\n");
printk(KERN_INFO "pcnet_cs: use axnet_cs instead.\n");
goto failed;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册