]> 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)
commit8288b067037dc10e3f75c9d14afe4907d8ad51a6
tree093d942d486b8923c44cd8b809dca033879f1cc9
parent6ef255e40ae26bcddad1ea288230bfbf4f70e2c5
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: 760f8dcfb6a5('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