From: andrea merello Date: Tue, 18 Feb 2014 01:10:41 +0000 (+0100) Subject: rtl818x: pci_iomap() should pair with pci_iounmap() X-Git-Tag: v3.15-rc1~113^2~159^2^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0269da281599fba2bc8bed30953d5a3ff3b083e5;p=pandora-kernel.git rtl818x: pci_iomap() should pair with pci_iounmap() Currently the driver uses pci_iomap() but iounmap() is called in the error path Change to use pci_iounmap() instead. Reported-by: Huqiu Liu Signed-off-by: Andrea Merello Signed-off-by: John W. Linville --- Reading git-diff-tree failed