diff options
| author | Wolfram Sang <wsa@the-dreams.de> | 2013-11-14 17:32:02 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-14 19:32:21 -0500 |
| commit | 16735d022f72b20ddbb2274b8e109f69575e9b2b (patch) | |
| tree | f567c7dfff06ae18899feab7cd8a79a7a0f7be40 /drivers/misc/mic/card | |
| parent | c32f74ab2872994bc8336ed367313da3139350ca (diff) | |
tree-wide: use reinit_completion instead of INIT_COMPLETION
Use this new function to make code more comprehensible, since we are
reinitialzing the completion, not initializing.
[akpm@linux-foundation.org: linux-next resyncs]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org> (personally at LCE13)
Cc: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/mic/card')
| -rw-r--r-- | drivers/misc/mic/card/mic_virtio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mic/card/mic_virtio.c b/drivers/misc/mic/card/mic_virtio.c index 914cc9b2caad..8aa42e738acc 100644 --- a/drivers/misc/mic/card/mic_virtio.c +++ b/drivers/misc/mic/card/mic_virtio.c | |||
| @@ -493,7 +493,7 @@ static int mic_remove_device(struct mic_device_desc __iomem *d, | |||
| 493 | ioread8(&dc->config_change), ioread8(&d->type), mvdev); | 493 | ioread8(&dc->config_change), ioread8(&d->type), mvdev); |
| 494 | 494 | ||
| 495 | status = ioread8(&d->status); | 495 | status = ioread8(&d->status); |
| 496 | INIT_COMPLETION(mvdev->reset_done); | 496 | reinit_completion(&mvdev->reset_done); |
| 497 | unregister_virtio_device(&mvdev->vdev); | 497 | unregister_virtio_device(&mvdev->vdev); |
| 498 | mic_free_card_irq(mvdev->virtio_cookie, mvdev); | 498 | mic_free_card_irq(mvdev->virtio_cookie, mvdev); |
| 499 | if (status & VIRTIO_CONFIG_S_DRIVER_OK) | 499 | if (status & VIRTIO_CONFIG_S_DRIVER_OK) |
