Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf98a826 authored by Alexander Beregalov's avatar Alexander Beregalov Committed by David S. Miller
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);