linux_dsm_epyc7002/drivers/net/ethernet/atheros
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
..
alx ATHEROS-ALX: Use dma_set_mask_and_coherent and fix a bug 2014-03-17 17:19:45 -04:00
atl1c drivers/net: delete non-required instances of include <linux/init.h> 2014-01-16 11:53:26 -08:00
atl1e ATHEROS-ATL1E: Convert iounmap to pci_iounmap 2014-03-18 16:12:56 -04:00
atlx atl1: update statistics code 2014-01-14 17:18:06 -08:00
Kconfig alx: remove NET_CORE Kconfig select 2013-07-01 13:18:19 -07:00
Makefile alx: add a simple AR816x/AR817x device driver 2013-06-17 16:04:34 -07:00