From: Rusty Russell Date: Thu, 13 Mar 2014 00:53:40 +0000 (+1030) Subject: virtio_balloon: don't crash if virtqueue is broken. X-Git-Tag: v3.15-rc1~119^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4951cc9083147015338f61a187e072daf02dfd4e;p=pandora-kernel.git virtio_balloon: don't crash if virtqueue is broken. A bad implementation of virtio might cause us to mark the virtqueue broken: we'll dev_err() in that case, and the device is useless, but let's not BUG(). Signed-off-by: Rusty Russell --- Reading git-diff-tree failed