commit | 5424d43e4daddf71aaa60d6565c8816af9150adf | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Wed Dec 10 17:40:53 2014 +0000 |
committer | Mark Brown <broonie@kernel.org> | Thu Dec 11 12:23:13 2014 +0000 |
tree | 29672ed362f7400297f00a1671fc74932a7de449 | |
parent | 0e647037fed5632e7c5989ec359ab84c676888ac [diff] |
spi: Move queue data structure initialisation to main master init Since most devices now do use the standard queue and in order to avoid initialisation ordering issues being introduced by further refactorings to improve performance move the initialisation of the queue and the lock for it to the main master allocation. Signed-off-by: Mark Brown <broonie@kernel.org>