]> git.karo-electronics.de Git - karo-tx-linux.git/commit
virtio: console: make it clear that virtqueue_add_buf() no longer returns > 0
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 16 Oct 2012 13:26:15 +0000 (23:56 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 22 Oct 2012 07:50:08 +0000 (18:20 +1030)
commit80162488188c239733433cff98ece5cde18b8b3b
treea71a9fa57eb3ae2ef306770733574b959bb90d25
parent08d088e8357b3c031db7de006247f613c7f136ab
virtio: console: make it clear that virtqueue_add_buf() no longer returns > 0

We simplified virtqueue_add_buf(), make it clear in the callers.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/char/virtio_console.c