提交 bf98a826 编写于 作者: A Alexander Beregalov 提交者: David S. Miller

sa1100_ir: fix build breakage

Fix simple typo. Caused by commit
a1de9666
("irda/sa1100_ir: convert to net_device_ops").
Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: NAlexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 6f26c9a7
......@@ -925,7 +925,7 @@ static int sa1100_irda_probe(struct platform_device *pdev)
goto err_mem_5;
dev->netdev_ops = &sa1100_irda_netdev_ops;
dev->ir = IRQ_Ser2ICP;
dev->irq = IRQ_Ser2ICP;
irda_init_max_qos_capabilies(&si->qos);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册