gpio-tz1090: Replace commas with semi-colons
authorJames Hogan <james.hogan@imgtec.com>
Tue, 4 Mar 2014 11:28:48 +0000 (11:28 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 7 Mar 2014 03:57:00 +0000 (11:57 +0800)
commitd3e144532703fe2454b56eddb56f30d2d620187b
tree619d914080d5e089a43b9a21861b1099112f6df0
parentf438acdf3de8f19ad2789eddbf52e3280292759b
gpio-tz1090: Replace commas with semi-colons

Replace commas with semicolons between irqchip callback initialisation
statements in tz1090_gpio_bank_probe. The commas appear to be a subtle
remnant of when the irqchips were statically initialised.

Thanks to Thomas Gleixner for spotting it while whipping up a coccinelle
script.

Reported-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: linux-gpio@vger.kernel.org
Cc: linux-metag@vger.kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-tz1090.c