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

Commit 10c1b618 authored by Dave Airlie's avatar Dave Airlie
Browse files

drm/tegra: drop unused variable.



Fixes: 0417d424 (drm/tegra: Stop cancelling page flip events)

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 316e376b
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -858,7 +858,6 @@ static void tegra_drm_preclose(struct drm_device *drm, struct drm_file *file)
{
{
	struct tegra_drm_file *fpriv = file->driver_priv;
	struct tegra_drm_file *fpriv = file->driver_priv;
	struct tegra_drm_context *context, *tmp;
	struct tegra_drm_context *context, *tmp;
	struct drm_crtc *crtc;


	list_for_each_entry_safe(context, tmp, &fpriv->contexts, list)
	list_for_each_entry_safe(context, tmp, &fpriv->contexts, list)
		tegra_drm_context_free(context);
		tegra_drm_context_free(context);