drm: ioremap balanced with iounmap for drivers/char/drm
authorAmol Lad <amol@verismonetworks.com>
Wed, 25 Oct 2006 16:55:34 +0000 (09:55 -0700)
committerDave Airlie <airlied@linux.ie>
Wed, 25 Oct 2006 16:55:34 +0000 (09:55 -0700)
commit85abb3f95010b277a6efbc9b8031a7854af87e10
treeede2f4e49d1bde65e8e12e7e919af2a179c9a613
parent24f73c92a990ecd3d1bb846267780a264d830065
drm: ioremap balanced with iounmap for drivers/char/drm

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>
drivers/char/drm/drm_bufs.c