drm/tegra: drop unused variable.
Fixes: 0417d424a
(drm/tegra: Stop cancelling page flip events)
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
316e376b65
commit
10c1b6183a
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue