Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa...
[linux-drm-fsl-dcu.git] / drivers / i2c / busses / i2c-exynos5.c
index da39ff0deab52d78044fb30a077a250f1aa30b47..c1ef228095b5d456608c6b155144a4ec29d9d49e 100644 (file)
@@ -535,7 +535,7 @@ static int exynos5_i2c_xfer_msg(struct exynos5_i2c *i2c,
        i2c->msg_ptr = 0;
        i2c->trans_done = 0;
 
-       INIT_COMPLETION(i2c->msg_complete);
+       reinit_completion(&i2c->msg_complete);
 
        exynos5_i2c_message_start(i2c, stop);