]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/spi/spi-mpc512x-psc.c
tree-wide: use reinit_completion instead of INIT_COMPLETION
[karo-tx-linux.git] / drivers / spi / spi-mpc512x-psc.c
index 58d5ee0e4443e24442cb4cbeb51b2e80ac637d3b..9602bbd8d7eac061fffb5543704fc9d68a48f135 100644 (file)
@@ -167,7 +167,7 @@ static int mpc512x_psc_spi_transfer_rxtx(struct spi_device *spi,
                        }
 
                        /* have the ISR trigger when the TX FIFO is empty */
-                       INIT_COMPLETION(mps->txisrdone);
+                       reinit_completion(&mps->txisrdone);
                        out_be32(&fifo->txisr, MPC512x_PSC_FIFO_EMPTY);
                        out_be32(&fifo->tximr, MPC512x_PSC_FIFO_EMPTY);
                        wait_for_completion(&mps->txisrdone);