commit | c21f7a527f7757a0e246cea521a5dd3b8e1224d5 | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@bga.com> | Thu Jan 08 02:14:21 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jan 13 14:48:01 2009 +1100 |
tree | 66c04f0e57daaf8109f54fdcb774ca51fe4a26de | |
parent | 9fef3d2d15ae8ca24e4a145f2e189eea145d18c2 [diff] |
hvc_console: Call free_irq() only if request_irq() was successful Only call free_irq if we marked the request_irq has having succeeded instead of whenever the the sub-driver identified the interrupt to use. Signed-off-by: Milton Miller <miltonm@bga.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>