]> git.ipfire.org Git - people/ms/linux.git/commit - drivers/gpu/drm/imx/imx-tve.c
staging: imx-drm: use devm_ioremap_resource()
authorLaurent Navet <laurent.navet@gmail.com>
Thu, 2 May 2013 11:41:41 +0000 (13:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2013 22:42:30 +0000 (15:42 -0700)
commit9b43b56f7950967771789a663bc2946cf2ce5087
treede31a5ae95f2eccd45e14e84db1bcb4de50d2934
parent79719e644162bffd59df99404a7aef7b726c3f83
staging: imx-drm: use devm_ioremap_resource()

Replace a call to deprecated devm_request_and_ioremap by devm_ioremap_resource.

Found with coccicheck and this semantic patch:
 scripts/coccinelle/api/devm_request_and_ioremap.cocci.

Signed-off-by: Laurent Navet <laurent.navet@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/imx-drm/imx-tve.c