From: Samuel Iglesias Gonsálvez Date: Tue, 11 Sep 2012 11:35:04 +0000 (+0200) Subject: Staging: ipack/bridges/tpci200: reorder the iounmap and pci_release_region X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~340 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7987812295cd734a3ba55c9cd02f16fbaec64ace;p=pandora-kernel.git Staging: ipack/bridges/tpci200: reorder the iounmap and pci_release_region Move iounmap and pci_release_region to tpci200_unregister(), as it is the place where the clean-up of the device is done. Also, renamed iounmap() to pci_iounmap() as the mapped region was requested from PCI bus. Signed-off-by: Samuel Iglesias Gonsálvez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed