commit | 85a5965e1dc5473fd2ae5ff0cb071cfc597c3451 | [log] [tgz] |
---|---|---|
author | Takeshi Yoshimura <yos@sslab.ics.keio.ac.jp> | Sun Jun 14 20:55:18 2015 +0900 |
committer | Sebastian Reichel <sre@kernel.org> | Mon Jun 15 12:30:32 2015 +0200 |
tree | 284ea1d8fc16662a4e7e81e597f2e7649748d3af | |
parent | 3d7f1800af0e4a781195770644fc1297217ba71d [diff] |
wm831x_power: Fix off-by-one at free_irq() An error handling in wm831x_power_probe() mistakenly frees a failed-to- request irq as well as other irqs. I added missing decrement of the loop counter. Signed-off-by: Takeshi Yoshimura <yos@sslab.ics.keio.ac.jp> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>