From: Simon Que Date: Fri, 11 Nov 2011 01:50:26 +0000 (-0800) Subject: drivers: i915: Fix BLC PWM register setup X-Git-Tag: v3.4-rc1~143^2~98^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aded1b6bb83cabe3ee5763e5c3834e36bf4a61f;p=pandora-kernel.git drivers: i915: Fix BLC PWM register setup There is an error in i915_read_blc_pwm_ctl, where the register values are not being copied correctly. BLC_PWM_CTL and BLC_PWM_CTL2 are getting mixed up. This patch fixes that so that saveBLC_PWM_CTL2 and not saveBLC_PWM_CTL is copied to the BLC_PWM_CTL2 register. Signed-off-by: Simon Que Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed