mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-07 19:18:04 +02:00
radeon: fix LVDS modes problem
This commit is contained in:
parent
30ff279e42
commit
e0bbd04eb0
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ static int radeon_lvds_get_modes(struct drm_connector *connector)
|
|||
drm_mode_connector_update_edid_property(&radeon_connector->base, edid);
|
||||
ret = drm_add_edid_modes(&radeon_connector->base, edid);
|
||||
kfree(edid);
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue