summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gma500/framebuffer.c
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2011-07-11 19:39:43 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-15 19:05:00 +0200
commit18a4ca2a11ce6c4adf6f5933a65e1104fbc5cd77 (patch)
tree161ac2a617e6771232726716038d60d5ac8efbe3 /drivers/staging/gma500/framebuffer.c
parent78f23926dff9c8587d510fa4d746e77a8ad9410d (diff)
downloadlinux-18a4ca2a11ce6c4adf6f5933a65e1104fbc5cd77.tar.bz2
gma500: Final polish
This completes the clean up all the non Medfield C files to the point where checkpatch approves of them barring some silly 80 column whining. The Medfield stuff is still in a lot of flux but the rest is now ready for general tidy and review. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/gma500/framebuffer.c')
-rw-r--r--drivers/staging/gma500/framebuffer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/gma500/framebuffer.c b/drivers/staging/gma500/framebuffer.c
index c6dd4d828b59..e2ee579165f1 100644
--- a/drivers/staging/gma500/framebuffer.c
+++ b/drivers/staging/gma500/framebuffer.c
@@ -756,10 +756,10 @@ static void psb_setup_outputs(struct drm_device *dev)
clone_mask = (1 << INTEL_OUTPUT_MIPI2);
break;
case INTEL_OUTPUT_HDMI:
- if (IS_MFLD(dev))
- crtc_mask = (1 << 1);
- else /* FIXME: review Oaktrail */
- crtc_mask = (1 << 0); /* Cedarview */
+ if (IS_MFLD(dev))
+ crtc_mask = (1 << 1);
+ else /* FIXME: review Oaktrail */
+ crtc_mask = (1 << 0); /* Cedarview */
clone_mask = (1 << INTEL_OUTPUT_HDMI);
break;
}