Skip to content

Commit

Permalink
sa1100_ir: fix build breakage
Browse files Browse the repository at this point in the history
Fix simple typo. Caused by commit
a1de966
("irda/sa1100_ir: convert to net_device_ops").

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alexander Beregalov authored and David S. Miller committed Apr 22, 2009
1 parent 6f26c9a commit bf98a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/irda/sa1100_ir.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit bf98a82

Please sign in to comment.