]> Git Repo - linux.git/commit - drivers/gpio/gpio-stmpe.c
gpio: stmpe: Delete an unnecessary variable initialisation in stmpe_gpio_probe()
authorMarkus Elfring <[email protected]>
Fri, 12 Jan 2018 19:48:40 +0000 (20:48 +0100)
committerLinus Walleij <[email protected]>
Wed, 17 Jan 2018 06:44:16 +0000 (07:44 +0100)
commit0f7192318bd81b5bfa6b0f12d71f0f00c67acb78
tree3f5652ce5a312502a79f9b0d2d9ff587612ee3f3
parent757ad058da83c800891bffd0bcba232853104892
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 <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
drivers/gpio/gpio-stmpe.c
This page took 0.055071 seconds and 4 git commands to generate.