From: Daniel Vetter Date: Thu, 9 Jul 2015 21:32:45 +0000 (+0200) Subject: drm/nouveau: Don't take dev->struct_mutex in ttm_fini X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~32^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c325f88d7d8a58fbfaaa5bb9c1d39f2cb4fba827;p=pandora-kernel.git drm/nouveau: Don't take dev->struct_mutex in ttm_fini This is only called in driver load/unload paths, no need to grab any locks at all. Also, ttm takes care of itself anyway. Cc: Ben Skeggs Reviewed-by: Thierry Reding Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed