mfd: stmfx: Fix an endian bug in stmfx_irq_handler()
It's not okay to cast a "u32 *" to "unsigned long *" when you are doing a for_each_set_bit() loop because that will break on big endian systems. Fixes: 386145601b82 ("mfd: stmfx: Uninitialized variable in stmfx_irq_handler()") Reported-by: NLinus Torvalds <torvalds@linux-foundation.org> Signed-off-by: NDan Carpenter <dan.carpenter@oracle.com> Tested-by: NAmelie Delaunay <amelie.delaunay@st.com> Signed-off-by: NLee Jones <lee.jones@linaro.org>
Showing
想要评论请 注册 或 登录