Skip to content
Commit a32cd7fe authored by Chen Jun's avatar Chen Jun Committed by Greg Kroah-Hartman
Browse files

Input: i8042 - fix leaking of platform device on module removal

[ Upstream commit 81cd7e84 ]

Avoid resetting the module-wide i8042_platform_device pointer in
i8042_probe() or i8042_remove(), so that the device can be properly
destroyed by i8042_exit() on module unload.

Fixes: 9222ba68

 ("Input: i8042 - add deferred probe support")
Signed-off-by: default avatarChen Jun <chenjun102@huawei.com>
Link: https://lore.kernel.org/r/20221109034148.23821-1-chenjun102@huawei.com


Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 2d458046
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment