commit | 1bc39ac5dab265b76ce6e20d6c85f900539fd190 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Mar 10 11:32:34 2012 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun May 13 17:12:16 2012 +0100 |
tree | 03cd4a54b1a44d7f2b346536e6be6fc9e8b9d7cd | |
parent | b28626da344ea3d9f9c518a6c082db9306f534ff [diff] |
ARM: PCI: versatile: fix PCI interrupt setup This is at odds with the documentation in the file; it says pin 1 on slots 24,25,26,27 map to IRQs 27,28,29,30, but the function will always be entered with slot=0 due to the lack of swizzle function. Fix this function to behave as the comments say, and use the standard PCI swizzle. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>