Skip to content
Commit 7633fb95 authored by Linus Walleij's avatar Linus Walleij
Browse files

gpio: set data first, then chip and handler



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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent c9eaa447
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment