Skip to content
Snippets Groups Projects
Commit 76d3b061 authored by Vlad Zolotarov's avatar Vlad Zolotarov Committed by Pekka Enberg
Browse files

virtio-vring: fix kick() to return a correct value.

parent c2bc94f2
No related branches found
No related tags found
No related merge requests found
......@@ -295,8 +295,10 @@ namespace virtio {
trace_virtio_kick(_q_index);
_dev->kick(_q_index);
_avail_added_since_kick = 0;
return true;
}
return kicked;
return false;
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment