[PATCH] cdv: Fix typos in initialization of mdfld_chip_ops
Patrik Jakobsson
patrik.r.jakobsson at gmail.com
Sat Apr 28 14:20:42 PDT 2012
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson at gmail.com>
---
drivers/gpu/drm/gma500/mdfld_device.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
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,
--
1.7.5.4
More information about the dri-devel
mailing list