commit | 806cbc5026933a781b66adecf6d1658fde9138e6 | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | Thu May 01 13:58:05 2014 +0200 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri May 02 16:24:59 2014 +1000 |
tree | f23fcdce03b144f01be69e6677e4f42bc0ae096b | |
parent | ce23b234d157f1dfea098fcc77cb5b6887d10df2 [diff] |
drm/nouveau: fix another lock unbalance in nouveau_crtc_page_flip Fixes a regression introduced by 060810d7abaabca "drm/nouveau: fix locking issues in page flipping paths". chan->cli->mutex is unlocked a second time in the fail_unreserve path, fix this by moving mutex_unlock down. Cc: stable@vger.kernel.org # v3.11+ Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>