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

No differences found