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)
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

Simple merge