|
@@ -1293,6 +1293,7 @@ static int hdmi_get_edid(void *ctx, struct drm_connector *connector,
|
|
DRM_DEBUG_KMS("%s : width[%d] x height[%d]\n",
|
|
DRM_DEBUG_KMS("%s : width[%d] x height[%d]\n",
|
|
(hdata->dvi_mode ? "dvi monitor" : "hdmi monitor"),
|
|
(hdata->dvi_mode ? "dvi monitor" : "hdmi monitor"),
|
|
raw_edid->width_cm, raw_edid->height_cm);
|
|
raw_edid->width_cm, raw_edid->height_cm);
|
|
|
|
+ kfree(raw_edid);
|
|
} else {
|
|
} else {
|
|
return -ENODEV;
|
|
return -ENODEV;
|
|
}
|
|
}
|