Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53b2087d authored by Chris Wilson's avatar Chris Wilson
Browse files

drm/i915: fix debugging compilation error from previous commit



There is no equivalent to mutex_destroy() for spinlocks so just delete
the code.

Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
parent 1c25595f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2221,7 +2221,6 @@ void i915_driver_postclose(struct drm_device *dev, struct drm_file *file)
{
	struct drm_i915_file_private *file_priv = file->driver_priv;

	mutex_destroy(&file_priv->mutex);
	kfree(file_priv);
}