]> www.infradead.org Git - users/dwmw2/linux.git/commit
Input: synaptics-rmi4 - fail probing if memory allocation for "phys" fails
authorKunwu Chan <chentao@kylinos.cn>
Thu, 18 Jan 2024 19:37:59 +0000 (11:37 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Apr 2024 11:01:44 +0000 (13:01 +0200)
commitf917c66b113575ebfca5b70bc69af36a08bb78d0
treea1949db33589e757b10305fa3d330873d8325497
parent006936ecb4edfc3102464044f75858c714e34d28
Input: synaptics-rmi4 - fail probing if memory allocation for "phys" fails

[ Upstream commit bc4996184d56cfaf56d3811ac2680c8a0e2af56e ]

While input core can work with input->phys set to NULL userspace might
depend on it, so better fail probing if allocation fails. The system must
be in a pretty bad shape for it to happen anyway.

Signed-off-by: Kunwu Chan <chentao@kylinos.cn>
Link: https://lore.kernel.org/r/20240117073124.143636-1-chentao@kylinos.cn
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/input/rmi4/rmi_driver.c