From: Thierry Reding Date: Tue, 5 Aug 2014 09:27:56 +0000 (+0200) Subject: drm/dsi: Constify mipi_dsi_msg X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~63^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed6ff40ee72cc6d384a0aea5efa10c526350e84a;p=pandora-kernel.git drm/dsi: Constify mipi_dsi_msg struct mipi_dsi_msg is a read-only structure, drivers should never need to modify it. Make this explicit by making all references to the struct const. Acked-by: Andrzej Hajda Reviewed-by: Sean Paul Signed-off-by: Thierry Reding --- Reading git-diff-tree failed