spi: Move queue data structure initialisation to main master init
authorMark Brown <broonie@kernel.org>
Wed, 10 Dec 2014 17:40:53 +0000 (17:40 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 11 Dec 2014 12:23:13 +0000 (12:23 +0000)
commit5424d43e4daddf71aaa60d6565c8816af9150adf
tree29672ed362f7400297f00a1671fc74932a7de449
parent0e647037fed5632e7c5989ec359ab84c676888ac
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>
drivers/spi/spi.c
This page took 0.027694 seconds and 5 git commands to generate.