]> git.baikalelectronics.ru Git - kernel.git/commit
spi/fsl: unnecessary double init_completion removed
authorNicholas Mc Guire <der.herr@hofr.at>
Tue, 23 Dec 2014 17:41:33 +0000 (18:41 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 24 Dec 2014 11:57:53 +0000 (11:57 +0000)
commit9fc9fe72f5721ee2ef579d1436b0c3a80daa60b8
tree15fcb1b35ad85f0c466c2e8d7faaa7dede079f1a
parentbfa6fa2a2dfa997f6c80e35808e50464ecfebcda
spi/fsl: unnecessary double init_completion removed

The double call to init_completion(&mpc8xxx_spi->done); is not needed
presumably this is a editing mistake only.

Signed-off-by: Nicholas Mc Guire <der.herr@hofr.at>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-fsl-lib.c