tree-wide: use reinit_completion instead of INIT_COMPLETION
[deliverable/linux.git] / drivers / char / hw_random / timeriomem-rng.c
index d2120ba8f3f962444dee50ba69fbd57ec16a716a..73ce739f8e196c5ce154c6c186035d28124f4b1d 100644 (file)
@@ -79,7 +79,7 @@ static int timeriomem_rng_data_read(struct hwrng *rng, u32 *data)
        priv->expires = cur + delay;
        priv->present = 0;
 
-       INIT_COMPLETION(priv->completion);
+       reinit_completion(&priv->completion);
        mod_timer(&priv->timer, priv->expires);
 
        return 4;
This page took 0.024625 seconds and 5 git commands to generate.