Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b204ce9 authored by Rohit Vaswani's avatar Rohit Vaswani Committed by Prasad Sodagudi
Browse files

irqchip: gic: Fix msm_show_resume_irq for 64-bit



msm_show_resume_irq function uses unsigned long to
capture the 32-bit values from the irq pending register.
This then is used to identify the pending interrupts using
find_next_bit and results in an incorrect value on 64-bit
targets as the 32-bit data is encapusulated in a 64-bit register.

Change-Id: Id8197ebdfa7d1701822892c5f7369ae82cfe35cf
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 866b7283
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment