fbdev: da8xx-fb: use devm_platform_ioremap_resource()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 22 Jul 2019 13:44:21 +0000 (15:44 +0200)
committerSekhar Nori <nsekhar@ti.com>
Mon, 26 Aug 2019 12:23:59 +0000 (17:53 +0530)
commitc957c88f7be109a14294289f013b03bbe94e8af5
treeb779f14668e9b4c65c2fdbd32c40ac0af12eb606
parent3fca9e0be9b5b7f4ccd5f71941143d9719047a05
fbdev: da8xx-fb: use devm_platform_ioremap_resource()

Shrink the code a bit by using the new helper wrapping the calls to
platform_get_resource() and devm_ioremap_resource() together.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
drivers/video/fbdev/da8xx-fb.c