Re: [PATCH 15/16] drm: bridge: dw-hdmi: constify copied structure

2020-01-06 Thread Neil Armstrong
On 01/01/2020 15:52, Laurent Pinchart wrote: > Hi Julia, > > Thank you for the patch. > > On Wed, Jan 01, 2020 at 08:43:33AM +0100, Julia Lawall wrote: >> The dw_hdmi_hw structure is only copied into another structure, >> so make it const. >> >> The opportunity for this change was found using

Re: [PATCH 15/16] drm: bridge: dw-hdmi: constify copied structure

2020-01-01 Thread Laurent Pinchart
Hi Julia, Thank you for the patch. On Wed, Jan 01, 2020 at 08:43:33AM +0100, Julia Lawall wrote: > The dw_hdmi_hw structure is only copied into another structure, > so make it const. > > The opportunity for this change was found using Coccinelle. > > Signed-off-by: Julia Lawall Reviewed-by:

[PATCH 15/16] drm: bridge: dw-hdmi: constify copied structure

2020-01-01 Thread Julia Lawall
The dw_hdmi_hw structure is only copied into another structure, so make it const. The opportunity for this change was found using Coccinelle. Signed-off-by: Julia Lawall --- drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff