Re: [PATCH] video: ocfb: Use devm_platform_ioremap_resource() in ocfb_probe()

2020-01-03 Thread Bartlomiej Zolnierkiewicz
On 9/19/19 4:33 PM, Markus Elfring wrote: > From: Markus Elfring > Date: Thu, 19 Sep 2019 16:26:56 +0200 > > Simplify this function implementation by using a known wrapper function. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring Thanks, patch

[PATCH] video: ocfb: Use devm_platform_ioremap_resource() in ocfb_probe()

2019-09-19 Thread Markus Elfring
From: Markus Elfring Date: Thu, 19 Sep 2019 16:26:56 +0200 Simplify this function implementation by using a known wrapper function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/video/fbdev/ocfb.c | 9 + 1 file changed, 1 insertion