]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit051664ee521a66b6aea21091460d515c06ed140c
tree623c56ae0f7d38c94466f51980fb6f61c9b85755
parent43ad060512f2f5daaadbff2e5e54918c7d539ebb
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