]> Git Repo - linux.git/commitdiff
Input: twl4030-vibra - do not reparent to grandparent
authorDmitry Torokhov <[email protected]>
Tue, 19 Apr 2016 16:54:32 +0000 (09:54 -0700)
committerDmitry Torokhov <[email protected]>
Wed, 20 Apr 2016 21:39:46 +0000 (14:39 -0700)
For devm-managed input devices we should not modify input device's parent,
otherwise automatic release of resources will not work properly.

Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/misc/twl4030-vibra.c

index 10c4e3d462f112f15ec9843093c5f988d44780b9..caa5a62c42fbe0b55e0230931d7d833922fdaab9 100644 (file)
@@ -222,7 +222,6 @@ static int twl4030_vibra_probe(struct platform_device *pdev)
 
        info->input_dev->name = "twl4030:vibrator";
        info->input_dev->id.version = 1;
-       info->input_dev->dev.parent = pdev->dev.parent;
        info->input_dev->close = twl4030_vibra_close;
        __set_bit(FF_RUMBLE, info->input_dev->ffbit);
 
This page took 0.06151 seconds and 4 git commands to generate.