i965: Drop bogus pthread_mutex_unlock in map_gtt error path.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 11 Jul 2017 21:01:20 +0000 (14:01 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 12 Jul 2017 19:39:10 +0000 (12:39 -0700)
commit76acbd07fcc62ea3a6ecd499a553e7a99ec77f47
treeb0078bda125bc56ecd6bcafb9be6bd01cd1406c1
parent0a56c5f3f1396bec0ebe5213388fc5c2657fcc4a
i965: Drop bogus pthread_mutex_unlock in map_gtt error path.

The locking was supposed to go away in commit 314647c4c206917ec01b7
(i965: Drop global bufmgr lock from brw_bo_map_* functions.), but
this lone unlock remains.

I'm guessing I messed this up when splitting up Chris's patch.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
src/mesa/drivers/dri/i965/brw_bufmgr.c