From: Patrik Jakobsson Date: Sat, 28 Apr 2012 21:20:42 +0000 (+0200) Subject: cdv: Fix typos in initialization of mdfld_chip_ops X-Git-Tag: v3.6-rc1~59^2~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87438494152a9313ee56b8a0026ad5e6e87c5972;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git cdv: Fix typos in initialization of mdfld_chip_ops Signed-off-by: Patrik Jakobsson Acked-by: Alan Cox Signed-off-by: Dave Airlie --- diff --git a/drivers/gpu/drm/gma500/mdfld_device.c b/drivers/gpu/drm/gma500/mdfld_device.c index a0bd48c..717f4db 100644 --- a/drivers/gpu/drm/gma500/mdfld_device.c +++ b/drivers/gpu/drm/gma500/mdfld_device.c @@ -672,8 +672,8 @@ const struct psb_ops mdfld_chip_ops = { .accel_2d = 0, .pipes = 3, .crtcs = 3, - .lvds_mask = (1 << 1); - .hdmi_mask = (1 << 1); + .lvds_mask = (1 << 1), + .hdmi_mask = (1 << 1), .sgx_offset = MRST_SGX_OFFSET, .chip_setup = mid_chip_setup,