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:
c9eaa44
)
gpio: set data first, then chip and handler
author
Linus Walleij
<linus.walleij@linaro.org>
Wed, 9 Apr 2014 11:20:38 +0000
(13:20 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 14 Apr 2014 08:22:36 +0000
(10:22 +0200)
During irq mapping, in irq_set_chip_and_handler() the process
of setting this up may incur calls to lock the irqchip, which
in turn may need to dereference and use the chip data. So set
the data first, then set the chip and handler.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c
patch
|
blob
|
history
diff --cc
drivers/gpio/gpiolib.c
Simple merge