From: Thierry Reding Date: Tue, 29 Apr 2014 09:44:33 +0000 (+0200) Subject: drm/edid: Drop revision argument for drm_mode_std() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~57^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=464fdeca764bf1dbdf3d21be94ab29054e83a650;p=pandora-kernel.git 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 Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed