Searched hist:"0 db0a1eb444dc9f79241d673ea611741211acdae" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/video/fbdev/ |
H A D | pxa3xx-gcu.c | diff 0db0a1eb444dc9f79241d673ea611741211acdae Tue Mar 14 00:42:17 CDT 2023 Yang Li <yang.lee@linux.alibaba.com> fbdev: pxa3xx-gcu: Use devm_platform_get_and_ioremap_resource()
According to commit 890cc39a8799 ("drivers: provide devm_platform_get_and_ioremap_resource()"), convert platform_get_resource(), devm_ioremap_resource() to a single call to devm_platform_get_and_ioremap_resource(), as this is exactly what this function does.
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Helge Deller <deller@gmx.de>
|