spi: Use reinit_completion at appropriate places
authorAxel Lin <axel.lin@ingics.com>
Sun, 9 Feb 2014 03:06:04 +0000 (11:06 +0800)
committerMark Brown <broonie@linaro.org>
Mon, 10 Feb 2014 12:32:16 +0000 (12:32 +0000)
commitaa0fe82629f19efba5c870bc9be089a4f8056a75
treed0d0ea5fb465f35f8fe335914dfbeb23d53c1cb8
parent38dbfb59d1175ef458d006556061adeaa8751b72
spi: Use reinit_completion at appropriate places

Calling init_completion() once is enough.
For the rest of the iterations, call reinit_completion() instead.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-bcm63xx-hsspi.c
drivers/spi/spi-bcm63xx.c
drivers/spi/spi-efm32.c
drivers/spi/spi-imx.c