Commit bf98a826 authored by Alexander Beregalov's avatar Alexander Beregalov Committed by 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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarAlexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment