Thomas Gleixner 789f9dabfe gpio/msm-v2: Avoid redundant lookup of irq_data
It's pretty silly to do

     irq_data *d = irq_get_irq_data(irq_data->irq);

because that results in d = irq_data, but goes through a lookup of the
irq_data. Use irq_data directly.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: Jiang Liu <jiang.liu@linux.intel.com>
Cc: linux-gpio@vger.kernel.org
2015-07-14 12:12:20 +02:00
..
2015-03-17 17:45:59 +01:00
2015-06-16 11:00:06 +02:00
2014-12-14 16:10:09 -08:00
2015-05-13 10:02:12 +02:00
2015-05-06 15:33:48 +02:00
2015-06-10 09:11:10 +02:00
2015-06-16 11:00:06 +02:00
2015-05-06 15:33:48 +02:00
2015-06-16 11:00:06 +02:00
2015-05-05 17:50:07 +02:00
2015-05-06 15:33:48 +02:00
2015-01-22 09:45:24 +01:00
2014-12-14 16:10:09 -08:00
2015-06-10 09:11:10 +02:00