commit | 6dcfca78d4c036c9d012f913e2a622aae218827f | [log] [tgz] |
---|---|---|
author | Stefan Bader <shbader@de.ibm.com> | Thu Apr 27 18:40:04 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Apr 28 08:33:47 2006 -0700 |
tree | 945d38095f9302d5d3139be96a5466f2b6e12383 | |
parent | 329b785bcee5d001f97a33bdb80de014bb5020b0 [diff] |
[PATCH] s390: enable interrupts on error path Interrupts can stay disabled if an error occurred in _chp_add(). Use spin_unlock_irq on the error paths to reenable interrupts. Signed-off-by: Stefan Bader <shbader@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>