commit | 7987812295cd734a3ba55c9cd02f16fbaec64ace | [log] [tgz] |
---|---|---|
author | Samuel Iglesias Gonsálvez <siglesias@igalia.com> | Tue Sep 11 13:35:04 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 11 12:18:11 2012 -0700 |
tree | fb09c722a7b38211f9a5ff0357c8916d744a41e7 | |
parent | a92caeb8e1189f190ac13bb5e745446b25b09ae5 [diff] |
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 <siglesias@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>