[PATCH -next] Input: pmic8xxx-pwrkey - fix to pass correct device identity to free_irq()

2013-12-16 Thread Wei Yongjun
From: Wei Yongjun 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 --- drivers/input/misc/pmic8xxx-pwrkey.c | 2 +- 1 file ch

Re: [PATCH -next] Input: pmic8xxx-pwrkey - fix to pass correct device identity to free_irq()

2013-12-16 Thread Stephen Boyd
On 12/17, Wei Yongjun wrote: > From: Wei Yongjun > > 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 This driver w

Re: [PATCH -next] Input: pmic8xxx-pwrkey - fix to pass correct device identity to free_irq()

2013-12-17 Thread Dmitry Torokhov
On Mon, Dec 16, 2013 at 05:23:58PM -0800, Stephen Boyd wrote: > On 12/17, Wei Yongjun wrote: > > From: Wei Yongjun > > > > free_irq() in the error handling case is missing when change > > pass input device directly to interrupt. > > > > Fixes: b27f8fee4965('Input: pmic8xxx-pwrkey - pass input de