git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
789f9da
)
gpio/davinci: Avoid redundant lookup of irq_data
author
Thomas Gleixner
<tglx@linutronix.de>
Sun, 12 Jul 2015 23:18:56 +0000
(
01:18
+0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 14 Jul 2015 10:12:21 +0000
(12:12 +0200)
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
drivers/gpio/gpio-davinci.c
patch
|
blob
|
history
diff --cc
drivers/gpio/gpio-davinci.c
Simple merge