Re: [PATCH 1/1] power_supply: 88pm860x_charger: Do not call free_irq() twice

2015-05-29 Thread Sebastian Reichel
Hi, On Fri, May 29, 2015 at 01:16:43PM +, Takeshi Yoshimura wrote: > My static checker detected double free_irq() in pm860x_charger_remove(). > Unloading this module always causes a warning. This patch removes the > first redundant free_irq() call. Thanks, queued for 4.2. -- Sebastian sign

[PATCH 1/1] power_supply: 88pm860x_charger: Do not call free_irq() twice

2015-05-29 Thread Takeshi Yoshimura
My static checker detected double free_irq() in pm860x_charger_remove(). Unloading this module always causes a warning. This patch removes the first redundant free_irq() call. Signed-off-by: Takeshi Yoshimura --- drivers/power/88pm860x_charger.c | 1 - 1 file changed, 1 deletion(-) diff --git a