From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sachin Kamat Date: Thu, 31 Jan 2013 10:37:37 +0000 Subject: [PATCH 1/3] video: exynos_mipi_dsi: Convert to devm_ioremap_resource() Message-Id: <1359627939-2685-1-git-send-email-sachin.kamat@linaro.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-kernel@vger.kernel.org Cc: thierry.reding@avionic-design.de, gregkh@linuxfoundation.org, sachin.kamat@linaro.org, Donghwa Lee , Florian Tobias Schandinat , linux-fbdev@vger.kernel.org Use the newly introduced devm_ioremap_resource() instead of devm_request_and_ioremap() which provides more consistent error handling. Signed-off-by: Sachin Kamat Cc: Donghwa Lee Cc: Florian Tobias Schandinat Cc: linux-fbdev@vger.kernel.org --- drivers/video/exynos/exynos_mipi_dsi.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/video/exynos/exynos_mipi_dsi.c index fac7df6..a29715f 100644 --- a/drivers/video/exynos/exynos_mipi_dsi.c +++ b/drivers/video/exynos/exynos_mipi_dsi.c @@ -32,6 +32,7 @@ #include #include #include +#include #include