diff options
-rw-r--r-- | drivers/char/virtio_console.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c index d0f25bdc7ba5..bfa640023e64 100644 --- a/drivers/char/virtio_console.c +++ b/drivers/char/virtio_console.c | |||
@@ -2184,6 +2184,8 @@ static int virtcons_restore(struct virtio_device *vdev) | |||
2184 | if (ret) | 2184 | if (ret) |
2185 | return ret; | 2185 | return ret; |
2186 | 2186 | ||
2187 | virtio_device_ready(portdev->vdev); | ||
2188 | |||
2187 | if (use_multiport(portdev)) | 2189 | if (use_multiport(portdev)) |
2188 | fill_queue(portdev->c_ivq, &portdev->c_ivq_lock); | 2190 | fill_queue(portdev->c_ivq, &portdev->c_ivq_lock); |
2189 | 2191 | ||