commit | 50658b6602dad6dc76c226917f5d8cec0f680eab | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Tue Aug 02 11:29:24 2011 +0200 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue Aug 02 14:54:11 2011 +0100 |
tree | 8cf0523b9f6369cb1c80bc8456c70831e428204a | |
parent | 5f66d2b58ca879e70740c82422354144845d6dd3 [diff] |
spi/pl022: remove function cannot exit The remove function in the PL022 driver cannot abort the remove function any way, so restructure the code so as not to make that assumption. Remove will now proceed no matter whether it can stop the transfer queue or not. Reported-by: Russell King <linux@arm.linux.org.uk> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>