git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aa562c
)
PCI hotplug: ioremap balanced with iounmap
author
Amol Lad
<amol@verismonetworks.com>
Thu, 5 Oct 2006 06:37:32 +0000
(12:07 +0530)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 18 Oct 2006 18:36:11 +0000
(11:36 -0700)
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>
No differences found