[PATCH 4/4] video: vt8500: Convert to use devm_ioremap()

2012-11-22 Thread Tushar Behera
While at it, fix the return statements. Signed-off-by: Tushar Behera --- drivers/video/vt8500lcdfb.c | 14 -- 1 files changed, 4 insertions(+), 10 deletions(-) diff --git a/drivers/video/vt8500lcdfb.c b/drivers/video/vt8500lcdfb.c index c42f15d..96a955e 100644 ---

[PATCH 4/4] video: vt8500: Convert to use devm_ioremap()

2012-11-22 Thread Tushar Behera
While at it, fix the return statements. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- drivers/video/vt8500lcdfb.c | 14 -- 1 files changed, 4 insertions(+), 10 deletions(-) diff --git a/drivers/video/vt8500lcdfb.c b/drivers/video/vt8500lcdfb.c index c42f15d..96a955e