commit | 1591017442ffb6b0a735abe4f611a203fb632501 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Tue Sep 05 14:10:18 2017 +0200 |
committer | Archit Taneja <architt@codeaurora.org> | Sat Sep 16 15:11:04 2017 +0530 |
tree | c1d922acf4b8dfce5c3185dad6e99b51da2c8cd6 | |
parent | 2f47f1c106d99f367f2924ce35741050fb87e081 [diff] |
drm/bridge: adv7511: Constify HDMI CODEC platform data The HDMI codec platform data is global driver state shared by all instances. As such it should not be modified (and is not), to make this explicit declare it as const. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Tested-by: John Stultz <john.stultz@linaro.org> Signed-off-by: Archit Taneja <architt@codeaurora.org> Link: https://patchwork.freedesktop.org/patch/msgid/20170905121018.11477-4-lars@metafoo.de