Re: [PATCH] media: platform: Use devm_platform_ioremap_resource() in two functions

2019-09-23 Thread Niklas Söderlund
Hi Markus, Thanks for your patch. On 2019-09-18 11:30:30 +0200, Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 18 Sep 2019 11:20:48 +0200 > > Simplify these function implementations by using a known wrapper function. > > This issue was detected by using the Coccinelle software. > >

Re: [PATCH] media: platform: Use devm_platform_ioremap_resource() in two functions

2019-09-20 Thread Geert Uytterhoeven
On Wed, Sep 18, 2019 at 11:30 AM Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 18 Sep 2019 11:20:48 +0200 > > Simplify these function implementations by using a known wrapper function. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring Re

[PATCH] media: platform: Use devm_platform_ioremap_resource() in two functions

2019-09-18 Thread Markus Elfring
From: Markus Elfring Date: Wed, 18 Sep 2019 11:20:48 +0200 Simplify these function implementations by using a known wrapper function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c | 8 +---