commit | 662a98fb8de5af4adb56e58f78753cdaa27b6459 | [log] [tgz] |
---|---|---|
author | Amol Lad <amol@verismonetworks.com> | Thu Oct 05 12:07:32 2006 +0530 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Oct 18 11:36:11 2006 -0700 |
tree | 85f131f870e407b8cadb9364e582da3878e787bb | |
parent | 6aa562c248e05db993e4a5f405f899c0cfabb7f2 [diff] |
PCI hotplug: ioremap balanced with iounmap 1. ioremap must be balanced by an iounmap and failing to do so can result in a memory leak. 2. Handle return value correctly Tested (compilation only) with: - allmodconfig Signed-off-by: Amol Lad <amol@verismonetworks.com> Cc: Kristen Carlson Accardi <kristen.c.accardi@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>