Index: uspace/lib/virtio/virtio.c
===================================================================
--- uspace/lib/virtio/virtio.c	(revision 9af56b6ddc463e4c39168db609125164f3cc6e90)
+++ uspace/lib/virtio/virtio.c	(revision 31cf8c3c1489e764452f635ec676e2b361aa87b3)
@@ -115,13 +115,4 @@
 
 	/*
-	 * Initialize the descriptor table
-	 */
-	for (unsigned i = 0; i < size; i++) {
-		q->desc[i].addr = 0;
-		q->desc[i].len = 0;
-		q->desc[i].flags = 0;
-	}
-
-	/*
 	 * Write the configured addresses to device's common config
 	 */
