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:
24f73c9
)
drm: ioremap balanced with iounmap for drivers/char/drm
author
Amol Lad
<amol@verismonetworks.com>
Wed, 25 Oct 2006 16:55:34 +0000
(09:55 -0700)
committer
Dave Airlie
<airlied@linux.ie>
Wed, 25 Oct 2006 16:55:34 +0000
(09:55 -0700)
ioremap must be balanced by an iounmap and failing to do so can result
in a memory leak.
Tested (compilation only) to make sure the files are compiling without
any warning/error due to new changes
Signed-off-by: Amol Lad <amol@verismonetworks.com>
Signed-off-by: Dave Airlie <airlied@linux.ie>
No differences found