Searched hist:b75c1da925d991acae8b2abbb2e5ea321b9bbefb (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/tty/serial/ |
H A D | sifive.c | diff b75c1da925d991acae8b2abbb2e5ea321b9bbefb Wed Jul 12 08:28:51 CEST 2023 Yangtao Li <frank.li@vivo.com> serial: sifive: Use 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: Yangtao Li <frank.li@vivo.com> Link: https://lore.kernel.org/r/20230712062853.11007-13-frank.li@vivo.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|