commit | 464fdeca764bf1dbdf3d21be94ab29054e83a650 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Apr 29 11:44:33 2014 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Apr 29 12:27:12 2014 +0200 |
tree | afc4e5425cc6ccee153ad07b951eb42736eb8300 | |
parent | b77f0765fdfb3a115e40effd890acb4674dc0989 [diff] |
drm/edid: Drop revision argument for drm_mode_std() This argument is used to pass in the revision of the EDID, but since the EDID is passed in as well, we can just as well get the revision from the EDID structure directly. While at it, update the kerneldoc comment. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>