drm/nouveau: hold mutex when calling nouveau_abi16_fini()
authorKamil Dudka <kdudka@redhat.com>
Wed, 15 Jul 2015 15:18:15 +0000 (17:18 +0200)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 27 Jul 2015 08:56:07 +0000 (18:56 +1000)
commitac8c79304280da6ef05c348a9da03ab04898b994
tree2b682f542de7df64f0503095332d931b2b2365c2
parentcbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f
drm/nouveau: hold mutex when calling nouveau_abi16_fini()

This was the only access to cli->abi16 without holding the mutex.

Signed-off-by: Kamil Dudka <kdudka@redhat.com>
drivers/gpu/drm/nouveau/nouveau_drm.c