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

Commit 387d890d authored by Al Viro's avatar Al Viro Committed by Jeff Garzik
Browse files

[PATCH] lne390 bogus casts



	We already have the iomem pointer we need...
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent 7665a089
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -298,7 +298,7 @@ static int __init lne390_probe1(struct net_device *dev, int ioaddr)
	return 0;
unmap:
	if (ei_status.reg0)
		iounmap((void *)dev->mem_start);
		iounmap(ei_status.mem);
cleanup:
	free_irq(dev->irq, dev);
	return ret;