aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/lguest/lguest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/lguest/lguest.c b/Documentation/lguest/lguest.c
index b2bbbb7f8c5..0d1b0265d8e 100644
--- a/Documentation/lguest/lguest.c
+++ b/Documentation/lguest/lguest.c
@@ -967,8 +967,6 @@ static bool handle_tun_input(int fd, struct device *dev)
967 * early, the Guest won't be ready yet. Wait until the device 967 * early, the Guest won't be ready yet. Wait until the device
968 * status says it's ready. */ 968 * status says it's ready. */
969 /* FIXME: Actually want DRIVER_ACTIVE here. */ 969 /* FIXME: Actually want DRIVER_ACTIVE here. */
970 if (dev->desc->status & VIRTIO_CONFIG_S_DRIVER_OK)
971 warn("network: no dma buffer!");
972 970
973 /* Now tell it we want to know if new things appear. */ 971 /* Now tell it we want to know if new things appear. */
974 dev->vq->vring.used->flags &= ~VRING_USED_F_NO_NOTIFY; 972 dev->vq->vring.used->flags &= ~VRING_USED_F_NO_NOTIFY;