Files
android_kernel_xiaomi_sm8450/drivers/gpio
Thomas Gleixner 1765d671b1 gpio/davinci: Avoid redundant lookup of irq_data
It's pretty silly to do

     void *cd = irq_get_chip_data(irq_data->irq);

because that results in cd = irq_data->chip_data, but goes through a
redundant 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:21 +02:00
..
2015-03-17 17:45:59 +01:00
2015-06-16 11:00:06 +02: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
2015-06-10 09:11:10 +02:00