[PATCH] lne390 bogus casts
We already have the iomem pointer we need... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
parent
7665a08928
commit
387d890db8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue