From: Amit Shah Date: Fri, 12 Feb 2010 05:02:17 +0000 (+0530) Subject: virtio: console: Error out if we can't allocate buffers for control queue X-Git-Tag: v2.6.34-rc1~294^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22a29eacd2a17f22c8260a8106a4e36bae7fb6ea;p=pandora-kernel.git virtio: console: Error out if we can't allocate buffers for control queue With MULTIPORT support, the control queue is an integral part of the functioning of the device. If we can't get any buffers allocated, the host won't be able to relay important information and the device may not function as intended. Ensure 'probe' doesn't succeed until the control queue has at least one buffer allocated for its ivq. Signed-off-by: Amit Shah Signed-off-by: Rusty Russell --- Reading git-diff-tree failed