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

Commit f91f2f33 authored by Inki Dae's avatar Inki Dae
Browse files

drm/exynos: fixed build warning.

parent d3b62dbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -598,7 +598,7 @@ int vidi_connection_ioctl(struct drm_device *drm_dev, void *data,
			DRM_DEBUG_KMS("edid data is null.\n");
			return -EINVAL;
		}
		raw_edid = (struct edid *)vidi->edid;
		raw_edid = (struct edid *)(uint32_t)vidi->edid;
		edid_len = (1 + raw_edid->extensions) * EDID_LENGTH;
		ctx->raw_edid = kzalloc(edid_len, GFP_KERNEL);
		if (!ctx->raw_edid) {