On Mon, 2020-10-26 at 20:41 +0100, Arnd Bergmann wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > 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@xxxxxxxx> Thank you, applied to imx-drm/next with Nick's R-b. regards Philipp _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel