]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gpio: lynxpoint: drop references to "virtual" IRQ
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 11 Oct 2013 17:32:16 +0000 (19:32 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 16 Oct 2013 07:59:52 +0000 (09:59 +0200)
commitb551b023bdeb28fe81ab522b25e89f85c6418198
treea9eac1671a3cd3286d1fca79c696c7834fd72910
parentba519dd46c46fb923b531ef833aac074cb0114b3
gpio: lynxpoint: drop references to "virtual" IRQ

Rename the argument "virq" to just "irq", this IRQ isn't any
more "virtual" than any other Linux IRQ number, we use "hwirq"
for the actual hw-numbers, "virq" is just bogus. Take this
opportunity to sink a variable into a loop.

Acked-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-lynxpoint.c