]> Pileus Git - ~andy/linux/blobdiff - drivers/spi/spi-s3c64xx.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[~andy/linux] / drivers / spi / spi-s3c64xx.c
index 9e2020df9e0f7e5c473cf500b82c611d4625686f..4c4b0a1219a715322d331b23232f8e92e61f92dc 100644 (file)
@@ -890,7 +890,7 @@ static int s3c64xx_spi_transfer_one(struct spi_master *master,
        unsigned long flags;
        int use_dma;
 
-       INIT_COMPLETION(sdd->xfer_completion);
+               reinit_completion(&sdd->xfer_completion);
 
        /* Only BPW and Speed may change across transfers */
        bpw = xfer->bits_per_word;