Merge branch 'drm-edid-fixes' into drm-core-next
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / drm_sysfs.c
index 1a1825b29f5f096c7d5fc31bbfb0dea7f9101b42..49daf37e5043a21721cbd6cb7111adcf874809c3 100644 (file)
@@ -333,7 +333,7 @@ static struct device_attribute connector_attrs_opt1[] = {
 static struct bin_attribute edid_attr = {
        .attr.name = "edid",
        .attr.mode = 0444,
-       .size = 128,
+       .size = 0,
        .read = edid_show,
 };