diff options
author | Ido Yariv <[email protected]> | 2011-07-12 00:03:11 +0300 |
---|---|---|
committer | Sekhar Nori <[email protected]> | 2011-07-12 14:21:43 +0530 |
commit | f299bb9527abfa6ee45a5e26288b5e3a619f01d6 (patch) | |
tree | 9ab723a7349506d49500cd795fe53ccdbcd88855 /net/lapb/lapb_timer.c | |
parent | 620917de59eeb934b9f8cf35cc2d95c1ac8ed0fc (diff) |
arm: davinci: Fix low level gpio irq handlers' argument
Commit 7416401 ("arm: davinci: Fix fallout from generic irq chip
conversion") introduced a bug, causing low level interrupt handlers to
get a bogus irq number as an argument. The gpio irq handler falsely
assumes that the handler data is the irq base number and that is no
longer true.
Set the irq handler data to be a pointer to the corresponding gpio
controller. The chained irq handler can then use it to extract both the
irq base number and the gpio registers structure.
Signed-off-by: Ido Yariv <[email protected]>
CC: Thomas Gleixner <[email protected]>
[[email protected]: renamed "ctl" to "d", simplified indexing logic for chips and
took care of odd bank handling in irq handler]
Signed-off-by: Sekhar Nori <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions