tree-wide: use reinit_completion instead of INIT_COMPLETION
[deliverable/linux.git] / drivers / net / wireless / ath / wil6210 / main.c
index 0a2844c48a604a6fcf40c3f53e464f645f0d556d..fd30cddd58821f9c602a3bba0fcb91bbfc88aeef 100644 (file)
@@ -250,7 +250,7 @@ int wil_reset(struct wil6210_priv *wil)
 
        /* init after reset */
        wil->pending_connect_cid = -1;
-       INIT_COMPLETION(wil->wmi_ready);
+       reinit_completion(&wil->wmi_ready);
 
        /* TODO: release MAC reset */
        wil6210_enable_irq(wil);
This page took 0.026023 seconds and 5 git commands to generate.