Re: [PATCH] thermal: st: Use devm_platform_ioremap_resource() in st_mmap_regmap_init()

2019-09-25 Thread Amit Kucheria
On Wed, Sep 18, 2019 at 12:43 PM Markus Elfring wrote: > > From: Markus Elfring > Date: Wed, 18 Sep 2019 21:32:14 +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

[PATCH] thermal: st: Use devm_platform_ioremap_resource() in st_mmap_regmap_init()

2019-09-18 Thread Markus Elfring
From: Markus Elfring Date: Wed, 18 Sep 2019 21:32:14 +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/thermal/st/st_thermal_memmap.c | 9 + 1 file