commit | 91b308586793b48c590c9ac3528bbacb8ef53e15 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Fri Jul 05 12:06:44 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Mon Jul 15 11:29:53 2013 +0100 |
tree | e42c0f4510cea05fb7e262fe7d9caaab5811c0ed | |
parent | 874b31585650afa6745de5133849365e7e6af418 [diff] |
spi/bitbang: Factor out message transfer from message pump loop In order to make it easier to convert to transfer_one_message() lift the code that does the actual message transfer out of the work function that implements the message pump. This should have no functional impact, it's just a simple code motion patch. Signed-off-by: Mark Brown <broonie@linaro.org>