]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: omap1: remove unused variable
authorArnd Bergmann <arnd@arndb.de>
Mon, 17 Jun 2019 12:55:02 +0000 (14:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jun 2019 13:07:42 +0000 (15:07 +0200)
commitb969bed89190cc44caebd6f50d7a5faf25a3f383
treea6a54a4f3b778df45bec5546153da8346c06add6
parent86ca4918c289d8c21e498402b1beb2e3694d6e52
ARM: omap1: remove unused variable

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: 312fc7b328da ("arm: omap1: no need to check return value of debugfs_create functions")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-omap1/clock.c