]> git.baikalelectronics.ru Git - kernel.git/commit
virtio: console: Move vq and vq buf removal into separate functions
authorAmit Shah <amit.shah@redhat.com>
Thu, 22 Dec 2011 11:28:27 +0000 (16:58 +0530)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 12 Jan 2012 05:14:45 +0000 (15:44 +1030)
commit16aa134f92370f0465c3fdc31e6aa1c56c5d239c
tree9995e923c960f0e8e1315f595336597f627e9c96
parent8c77815976f1805e0f752eaaa8f1ae71246e5da1
virtio: console: Move vq and vq buf removal into separate functions

This common code will be shared with the PM freeze function.

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