From: Jingkui Wang <hidden> Date: 2016-12-12 21:37:29
Fix the bug of adding wrong parent to the input_dev created by the
driver. The bug will be triggered if rmmod is called for this driver
module.
Signed-off-by: Jingkui Wang <redacted>
---
drivers/input/misc/drv260x.c | 1 -
1 file changed, 1 deletion(-)
On Mon, Dec 12, 2016 at 01:37:07PM -0800, Jingkui Wang wrote:
Fix the bug of adding wrong parent to the input_dev created by the
driver. The bug will be triggered if rmmod is called for this driver
module.
Signed-off-by: Jingkui Wang <redacted>