Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293528
b: refs/heads/master
c: 2aded1b
h: refs/heads/master
v: v3
  • Loading branch information
Simon Que authored and Daniel Vetter committed Jan 17, 2012
1 parent cb8365a commit 2228e79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 931872fceabacf2d4f8b6fbd51611c167e83164c
refs/heads/master: 2aded1b6bb83cabe3ee5763e5c3834e36bf4a61f
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/i915/intel_panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ static u32 i915_read_blc_pwm_ctl(struct drm_i915_private *dev_priv)
dev_priv->saveBLC_PWM_CTL2 = val;
} else if (val == 0) {
I915_WRITE(BLC_PWM_PCH_CTL2,
dev_priv->saveBLC_PWM_CTL);
val = dev_priv->saveBLC_PWM_CTL;
dev_priv->saveBLC_PWM_CTL2);
val = dev_priv->saveBLC_PWM_CTL2;
}
} else {
val = I915_READ(BLC_PWM_CTL);
Expand Down

0 comments on commit 2228e79

Please sign in to comment.