]> git.itanic.dy.fi Git - linux-stable/commit
Input: twl4030-pwrbutton - use correct device for irq request
authorSebastian Reichel <sebastian.reichel@collabora.co.uk>
Fri, 28 Apr 2017 17:25:51 +0000 (10:25 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 1 May 2017 16:29:08 +0000 (09:29 -0700)
commit3071e9dd6cd3f2290d770117330f2c8b2e9a97e4
tree0207209559f1bb5359f2e45e77590c79951f33b6
parente55057e82ad413603fd45eac3b83b80acde780e1
Input: twl4030-pwrbutton - use correct device for irq request

The interrupt should be requested for the platform device
and not for the input device.

Fixes: 7f9ce649d267 ("Input: twl4030-pwrbutton - simplify driver using devm_*")
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/twl4030-pwrbutton.c