Re: [PATCH -next] staging: media: omap4iss: use devm_platform_ioremap_resource() to simplify code

2019-10-16 Thread Laurent Pinchart
Hello YueHaibing, Thank you for the patch. The same fix has already been submitted a week ago, and I have sent a pull request today that includes it. I'm afraid I thus can't take this patch. The good news is that the change was good :-) On Wed, Oct 16, 2019 at 04:51:36PM +0800, YueHaibing

[PATCH -next] staging: media: omap4iss: use devm_platform_ioremap_resource() to simplify code

2019-10-16 Thread YueHaibing
Use devm_platform_ioremap_resource() to simplify the code a bit. This is detected by coccinelle. Signed-off-by: YueHaibing --- drivers/staging/media/omap4iss/iss.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/staging/media/omap4iss/iss.c