tree-wide: use reinit_completion instead of INIT_COMPLETION
[deliverable/linux.git] / drivers / input / touchscreen / cyttsp_core.c
index d53e0b72a4078aadcb05ab43c319fce8b786da76..4204841cdc49743054f284cd4fcae8b7131255e8 100644 (file)
@@ -242,7 +242,7 @@ static int cyttsp_soft_reset(struct cyttsp *ts)
        int retval;
 
        /* wait for interrupt to set ready completion */
-       INIT_COMPLETION(ts->bl_ready);
+       reinit_completion(&ts->bl_ready);
        ts->state = CY_BL_STATE;
 
        enable_irq(ts->irq);
This page took 0.0238 seconds and 5 git commands to generate.