]> Pileus Git - ~andy/linux/commit
Input: pmic8xxx-pwrkey - pass correct device identity to free_irq()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 17 Dec 2013 17:03:05 +0000 (09:03 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 28 Dec 2013 01:18:23 +0000 (17:18 -0800)
commite77a715ac3af14d16c027caebdb0ce5412976b9e
tree093d942d486b8923c44cd8b809dca033879f1cc9
parentee65d4b36de8ddf4467f788faa5d8ddd1bfcdaa2
Input: pmic8xxx-pwrkey - pass correct device identity to free_irq()

free_irq() in the error handling case is missing when change
pass input device directly to interrupt.

Fixes: b27f8fee4965('Input: pmic8xxx-pwrkey - pass input device directly to interrupt')
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/pmic8xxx-pwrkey.c