]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/gpu/host1x/drm: don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Sun, 12 May 2013 13:19:47 +0000 (15:19 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Sat, 18 May 2013 09:55:30 +0000 (11:55 +0200)
commit5dd93b3c04caf008dcecc007666b400e37929a64
treedab245231058f615fa1a7e823c0c1717f39a3187
parent3d6b410b1bfe4b275a6adcb4a58fbee154510144
drivers/gpu/host1x/drm: don't check resource with devm_ioremap_resource

devm_ioremap_resource does sanity checks on the given resource. No need to
duplicate this in the driver.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/gpu/host1x/drm/dc.c