[PATCH 2/4] drm/imx: tve remove extraneous type qualifier

Philipp Zabel p.zabel at pengutronix.de
Tue Oct 27 14:56:48 UTC 2020


On Mon, 2020-10-26 at 20:41 +0100, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd at arndb.de>
> 
> clang warns about functions returning a 'const int' result:
> 
> drivers/gpu/drm/imx/imx-tve.c:487:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
> 
> Remove the extraneous 'const' qualifier here. I would guess that the
> function was intended to be marked __attribute__((const)) instead,
> but that would also be wrong since it call other functions without
> that attribute.
> 
> Fixes: fcbc51e54d2a ("staging: drm/imx: Add support for Television Encoder (TVEv2)")
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>

Thank you, applied to imx-drm/next with Nick's R-b.

regards
Philipp


More information about the dri-devel mailing list