commit | 0f7192318bd81b5bfa6b0f12d71f0f00c67acb78 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Fri Jan 12 20:48:40 2018 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Jan 17 07:44:16 2018 +0100 |
tree | 3f5652ce5a312502a79f9b0d2d9ff587612ee3f3 | |
parent | 757ad058da83c800891bffd0bcba232853104892 [diff] |
gpio: stmpe: Delete an unnecessary variable initialisation in stmpe_gpio_probe() The local variable "irq" will eventually be set to an appropriate value a bit later. Thus omit the explicit initialisation at the beginning. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>