Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87438494 authored by Patrik Jakobsson's avatar Patrik Jakobsson Committed by Dave Airlie
Browse files

cdv: Fix typos in initialization of mdfld_chip_ops

parent 1aa1b11c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,