]> 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)
commitf85b930a70bb14886dced901a0ff14f56ccce039
tree623c56ae0f7d38c94466f51980fb6f61c9b85755
parentfd2e2799863d3ce839eeb1f11c8249ae89ac3775
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