drm: bridge: dw-hdmi: constify copied structure
authorJulia Lawall <Julia.Lawall@inria.fr>
Wed, 1 Jan 2020 07:43:33 +0000 (08:43 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 6 Jan 2020 14:39:29 +0000 (15:39 +0100)
commitd969ebe922aa13d1ec99659b6d2332e4811c4d61
tree2b7a88fa00b87924290120fccce6bc8d6303a0eb
parentde2318f69366cdbb285253d5f40b129b09b3515b
drm: bridge: dw-hdmi: constify copied structure

The dw_hdmi_hw structure is only copied into another structure,
so make it const.

The opportunity for this change was found using Coccinelle.

Fixes: 7ed6c665e19d ("drm: bridge/dw_hdmi-ahb-audio: add audio driver")
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1577864614-5543-16-git-send-email-Julia.Lawall@inria.fr
drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c