]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/misc/mic/host/mic_boot.c
tree-wide: use reinit_completion instead of INIT_COMPLETION
[mirror_ubuntu-bionic-kernel.git] / drivers / misc / mic / host / mic_boot.c
index b079c65eed6d2f77ca8fbd989180c3295c0b269d..7558d91864380ae849d90a24deee4e31985850eb 100644 (file)
@@ -38,7 +38,7 @@ static void mic_reset(struct mic_device *mdev)
 
 #define MIC_RESET_TO (45)
 
-       INIT_COMPLETION(mdev->reset_wait);
+       reinit_completion(&mdev->reset_wait);
        mdev->ops->reset_fw_ready(mdev);
        mdev->ops->reset(mdev);