summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/Kbuild
diff options
context:
space:
mode:
authorMenglong Dong <dong.menglong@zte.com.cn>2021-01-11 16:27:25 +0300
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2021-01-13 12:59:32 +0300
commit7b490a8ab0f2d3ab8d838a4ff22ae86edafd34a1 (patch)
treeda4e0ddf83415e6b1722923264bbb40a631a7768 /arch/arm/include/asm/Kbuild
parent69e976831cd53f9ba304fd20305b2025ecc78eab (diff)
downloadlinux-7b490a8ab0f2d3ab8d838a4ff22ae86edafd34a1.tar.xz
MIPS: OCTEON: fix unreachable code in octeon_irq_init_ciu
The type of 'r' in octeon_irq_init_ciu is 'unsigned int', so 'r < 0' can't be true. Fix this by change the type of 'r' and 'i' from 'unsigned int' to 'int'. As 'i' won't be negative, this change works. Fixes: 99fbc70f8547 ("MIPS: Octeon: irq: Alloc desc before configuring IRQ") Signed-off-by: Menglong Dong <dong.menglong@zte.com.cn> Reviewed-by: Alexander Sverdlin <alexander.sverdlin@nokia.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/arm/include/asm/Kbuild')
0 files changed, 0 insertions, 0 deletions