commit | f862e60f8d52dae33c9f72afc20fab691a89f0bd | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Dec 05 22:36:56 2016 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 15 06:59:16 2016 +0200 |
tree | 1682645af77b1128e72ad32ad4c39e64d8715508 | |
parent | 8854a56f3e71703e0253697e4cc82b20acf732dc [diff] |
drm/virtio: fix lock context imbalance When virtio_gpu_free_vbufs exits due to list empty, it does not drop the free_vbufs lock that it took. list empty is not expected to happen anyway, but it can't hurt to fix this and drop the lock. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>