From: Peter Senna Tschudin Date: Thu, 20 Mar 2014 03:31:08 +0000 (+0000) Subject: INTEL-IGB: Convert iounmap to pci_iounmap X-Git-Tag: v3.15-rc1~113^2~16^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75009b3a88cd8f56315eb4ced296ee2f060cf946;p=pandora-kernel.git INTEL-IGB: 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/) // @r@ expression addr; @@ addr = pci_iomap(...) @rr@ expression r.addr; @@ * iounmap(addr) // Signed-off-by: Peter Senna Tschudin Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed