]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gpio: mpc8xxx: drop references to "virtual" IRQ
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 11 Oct 2013 17:37:30 +0000 (19:37 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 16 Oct 2013 07:59:52 +0000 (09:59 +0200)
commit5ba17ae9b84a04ee9aaa213a1cbb060f8e13c20c
tree566742d24edd1964b24cce3704abebc48000cb35
parentb551b023bdeb28fe81ab522b25e89f85c6418198
gpio: mpc8xxx: 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.

Cc: Anatolij Gustschin <agust@denx.de>
Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-mpc8xxx.c