virtio: fix BAD_RING, START_US and END_USE macros
authorRoel Kluin <roel.kluin@gmail.com>
Thu, 22 Jan 2009 15:42:57 +0000 (16:42 +0100)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 30 Mar 2009 11:25:22 +0000 (21:55 +1030)
Impact: cleanup

fix BAD_RING, START_US and END_USE macros

When these macros aren't called with a variable named vq as first
argument, this would result in a build failure.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found