diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-01-23 13:17:25 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-01-26 15:17:37 +0100 |
commit | af81ba3cfdeefcb743e3f82cdbdbac8294ae6779 (patch) | |
tree | 8e33a4687f20d5e8fb105a2fa45d21d268490e42 /drivers/pinctrl/core.c | |
parent | 1736f75d35e47409ad776273133d0f558a4c8253 (diff) | |
download | linux-stable-af81ba3cfdeefcb743e3f82cdbdbac8294ae6779.tar.gz linux-stable-af81ba3cfdeefcb743e3f82cdbdbac8294ae6779.tar.bz2 linux-stable-af81ba3cfdeefcb743e3f82cdbdbac8294ae6779.zip |
pinctrl: mvebu: remove unused variable
A cleanup caused a harmless warning:
drivers/pinctrl/mvebu/pinctrl-kirkwood.c: In function 'kirkwood_pinctrl_probe':
drivers/pinctrl/mvebu/pinctrl-kirkwood.c:460:19: error: unused variable 'res' [-Werror=unused-variable]
The obvious fix is to remove the declaration of the now unused
variable.
Fixes: ad9ec4ecee68 ("pinctrl: mvebu: switch drivers to generic simple mmio")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/core.c')
0 files changed, 0 insertions, 0 deletions