Re: [PATCH 6/7] mfd: omap-usb-host: Return value is not 'const int'
From: Arnd Bergmann <arnd@arndb.de>
Date: 2016-09-15 11:33:44
Also in:
linux-arm-kernel, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2016-09-15 11:33:44
Also in:
linux-arm-kernel, lkml
On Thursday, September 15, 2016 11:45:20 AM CEST Lee Jones wrote:
Change from 'const int' to just 'int'. Cc: <robh+dt@kernel.org> Signed-off-by: Lee Jones <redacted>
Looks good, I seem to have done the same thing. Also didn't submit, so keep your version. I tend to include the exact warning in the changelog, which here was drivers/mfd/omap-usb-host.c:165:18: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] Arnd