Merge branch 'drm-edid-fixes' into drm-core-next
[safe/jmp/linux-2.6] / drivers / gpu / drm / drm_sysfs.c
index 1a1825b..49daf37 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,
 };