Re: [PATCH] video: exynos: Convert to devm_ioremap_resource()

2013-03-27 Thread Donghwa Lee
Hi, Please refer to the following link. http://marc.info/?l=linux-fbdev&m=135963121130437&w=2 Best regard, Donghwa Lee On Thu, Mar 28, 2013 at 05:28, Andrei Epure wrote: The new devm_ioremap_resource() provides its own error messages. Patch found using coccinelle. Signed-off-by: Andrei Epur

[PATCH] video: exynos: Convert to devm_ioremap_resource()

2013-03-27 Thread Andrei Epure
The new devm_ioremap_resource() provides its own error messages. Patch found using coccinelle. Signed-off-by: Andrei Epure --- drivers/video/exynos/exynos_mipi_dsi.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/vi