On Mon, Jun 17, 2019 at 02:55:02PM +0200, Arnd Bergmann wrote:
> The cleanup of the debugfs functions left one variable behind that
> should now be removed as well:
>
> arch/arm/mach-omap1/clock.c:1008:6: error: unused variable 'err'
> [-Werror,-Wunused-variable]
>
> Fixes: d5ddd5a51726 ("arm: omap1: no need to check return value of
> debugfs_create functions")
> Signed-off-by: Arnd Bergmann <[email protected]>
> ---
> arch/arm/mach-omap1/clock.c | 1 -
> 1 file changed, 1 deletion(-)
Oops, sorry about that, odd that 0-day never reported it :(
I'll go queue this up now, thanks.
greg k-h