]> git.baikalelectronics.ru Git - kernel.git/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)
commit46b66676e21c3e97424577569aaae3d790bfba80
tree093d942d486b8923c44cd8b809dca033879f1cc9
parent52626dbe94f0eb7839766b26d938627b2288b8f1
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: 7f863dcea32b('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