backout alanh's broken commit

This commit is contained in:
Dave Airlie 2007-04-18 10:39:58 +10:00
parent 7c9e19ba55
commit 2352ec9bfa

View file

@ -70,10 +70,9 @@ static void intel_sdvo_write_sdvox(struct drm_output *output, u32 val)
int i;
if (sdvo_priv->output_device == SDVOB)
bval = I915_READ(SDVOB);
else
cval = I915_READ(SDVOC);
else
bval = I915_READ(SDVOB);
/*
* Write the registers twice for luck. Sometimes,
* writing them only once doesn't appear to 'stick'.