diff options
author | Sekhar Nori <nsekhar@ti.com> | 2012-03-11 13:46:12 +0100 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-03-12 18:53:33 +0100 |
commit | 81b279d80a63628e580c71a31d30a8c3b3047ad4 (patch) | |
tree | d0695169d5445ce6f7bcd50e558b196dd47f2a1e /net/ceph | |
parent | gpio/davinci: fix oops on unbanked gpio irq request (diff) | |
download | linux-81b279d80a63628e580c71a31d30a8c3b3047ad4.tar.xz linux-81b279d80a63628e580c71a31d30a8c3b3047ad4.zip |
gpio/davinci: fix enabling unbanked GPIO IRQs
Unbanked GPIO IRQ handling code made a copy of just
the irq_chip structure for GPIO IRQ lines which caused
problems after the generic IRQ chip conversion because
there was no valid irq_chip_type structure with the
right "regs" populated. irq_gc_mask_set_bit() was
therefore accessing random addresses.
Fix it by making a copy of irq_chip_type structure
instead. This will ensure sane register offsets.
Cc: <stable@vger.kernel.org> # v3.0.x+
Reported-by: Jon Povey <Jon.Povey@racelogic.co.uk>
Tested-by: Jon Povey <Jon.Povey@racelogic.co.uk>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'net/ceph')
0 files changed, 0 insertions, 0 deletions