aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_sysfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/drm_sysfs.c')
-rw-r--r--drivers/gpu/drm/drm_sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_sysfs.c b/drivers/gpu/drm/drm_sysfs.c
index 014ce24761b9..7b7c83f6041a 100644
--- a/drivers/gpu/drm/drm_sysfs.c
+++ b/drivers/gpu/drm/drm_sysfs.c
@@ -332,7 +332,7 @@ static struct device_attribute connector_attrs_opt1[] = {
332static struct bin_attribute edid_attr = { 332static struct bin_attribute edid_attr = {
333 .attr.name = "edid", 333 .attr.name = "edid",
334 .attr.mode = 0444, 334 .attr.mode = 0444,
335 .size = 128, 335 .size = 0,
336 .read = edid_show, 336 .read = edid_show,
337}; 337};
338 338