virtio: console: Separate out find_vqs operation into a different function
authorAmit Shah <amit.shah@redhat.com>
Mon, 18 Jan 2010 13:45:11 +0000 (19:15 +0530)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 24 Feb 2010 03:52:49 +0000 (14:22 +1030)
commit2658a79acf014deb0eaff2063f8f7a2b59f41285
treea8e8abe338f79789d31eeac8aadd649e947f2ad1
parentcfa6d3792550c9eac51887181358954e6515da6b
virtio: console: Separate out find_vqs operation into a different function

With support for multiple ports, each port will have its own input and
output vqs. Prepare the probe function for this change.

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