]> git.dujemihanovic.xyz Git - linux.git/commit
Input: arc_ps2 - use devm_platform_get_and_ioremap_resource()
authorye xingchen <ye.xingchen@zte.com.cn>
Mon, 30 Jan 2023 02:29:58 +0000 (18:29 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 30 Jan 2023 04:36:35 +0000 (20:36 -0800)
commit24b915d1664a90f1871a96df426721b99bae7265
treeaaecb8531e7bfab32af5d017383fa17af233cd9c
parent12b11142ee95e68891211268ce6a826f3396e870
Input: arc_ps2 - 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: ye xingchen <ye.xingchen@zte.com.cn>
Link: https://lore.kernel.org/r/202301281606309671328@zte.com.cn
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/serio/arc_ps2.c