[PATCH] iomem annotations (ac3200.c)
no need to mess with (wrong) casts for ->mem_start, when we have the original iomem pointer used to set ->mem_start in the first place... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
parent
8e84c801ba
commit
5ac90037c8
|
@ -275,7 +275,7 @@ static int __init ac_probe1(int ioaddr, struct net_device *dev)
|
||||||
return 0;
|
return 0;
|
||||||
out2:
|
out2:
|
||||||
if (ei_status.reg0)
|
if (ei_status.reg0)
|
||||||
iounmap((void *)dev->mem_start);
|
iounmap(ei_status.mem);
|
||||||
out1:
|
out1:
|
||||||
free_irq(dev->irq, dev);
|
free_irq(dev->irq, dev);
|
||||||
out:
|
out:
|
||||||
|
|
Loading…
Reference in New Issue