Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: 6059/1: PL061 GPIO: Changing *_irq_chip_data with *_irq_data for…
… real irqs. PL061 driver is using set_irq_chip_data and get_irq_chip_data for real irq lines. It must be using *_irq_data functions instead. As chip_data is used by interrupt controllers also, which makes vic write at incorrect addresses. Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Acked-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
- Loading branch information