virtio_console: use simplified virtqueue accessors.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 20 Mar 2013 05:14:29 +0000 (15:44 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 20 Mar 2013 05:15:03 +0000 (15:45 +1030)
commit6797999d99587e7b4189cf24c8f1053e02444703
tree623c56ae0f7d38c94466f51980fb6f61c9b85755
parentfb6aa6fcfec29932122cb0fb2d5d1f7700a9883b
virtio_console: use simplified virtqueue accessors.

We never add buffers with input and output parts, so use the new accessors.

Acked-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/char/virtio_console.c