]> 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)
commit6c0bfc354711be037779dac2fd95e5557b912183
tree9995e923c960f0e8e1315f595336597f627e9c96
parente8efb31ee3ebdc5a607772f538e1e8192ddac1f8
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