power_supply: 88pm860x_charger: Do not call free_irq() twice
authorTakeshi Yoshimura <yos@sslab.ics.keio.ac.jp>
Fri, 29 May 2015 13:16:43 +0000 (13:16 +0000)
committerSebastian Reichel <sre@kernel.org>
Fri, 29 May 2015 14:06:10 +0000 (16:06 +0200)
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 <yos@sslab.ics.keio.ac.jp>
Signed-off-by: Sebastian Reichel <sre@kernel.org>

No differences found