drm/i915: intel_unregister_dsm_handler() doesn't need struct_mutex
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 2 Jul 2015 22:25:12 +0000 (19:25 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 6 Jul 2015 12:34:10 +0000 (14:34 +0200)
commitb5e4b84d9f12b093780a4e90e51604c3b4706cde
treeca1b2b7f3dd8c1704ad189b6c827a2714491a05e
parent5abeca4ec5d425538b73af58076990823a744e2a
drm/i915: intel_unregister_dsm_handler() doesn't need struct_mutex

So don't grab the lock before calling the function.

Reviewed-by: Chris wilson <chris@chris-wilson.co.uk>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c