Skip to content

Commit

Permalink
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/…
Browse files Browse the repository at this point in the history
…kernel/git/ickle/drm-intel into drm-fixes

* 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel:
  drm/i915: Fix unintended recursion in ironlake_disable_rc6
  • Loading branch information
Dave Airlie committed Feb 24, 2011
2 parents fbf92be + 9950730 commit 3c0556e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -6575,7 +6575,7 @@ static void ironlake_disable_rc6(struct drm_device *dev)
POSTING_READ(RSTDBYCTL);
}

ironlake_disable_rc6(dev);
ironlake_teardown_rc6(dev);
}

static int ironlake_setup_rc6(struct drm_device *dev)
Expand Down

0 comments on commit 3c0556e

Please sign in to comment.