linux/drivers/net/ethernet/atheros/atl1e
Peter Senna Tschudin 3e3d354021 ATHEROS-ATL1E: Convert iounmap to pci_iounmap
Use pci_iounmap instead of iounmap when the virtual mapping was done
with pci_iomap. A simplified version of the semantic patch that finds this
issue is as follows: (http://coccinelle.lip6.fr/)

// <smpl>
@r@
expression addr;
@@
addr = pci_iomap(...)

@rr@
expression r.addr;
@@
* iounmap(addr)
// </smpl>

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-03-18 16:12:56 -04:00
..
atl1e_ethtool.c ethernet: Remove casts to same type 2012-06-06 09:31:33 -07:00
atl1e_hw.c
atl1e_hw.h
atl1e_main.c ATHEROS-ATL1E: Convert iounmap to pci_iounmap 2014-03-18 16:12:56 -04:00
atl1e_param.c net/atheros: remove __dev* attributes 2012-12-03 11:16:54 -08:00
atl1e.h drivers/net: delete non-required instances of include <linux/init.h> 2014-01-16 11:53:26 -08:00
Makefile