Searched hist:b6ab1a138b758c4bdf30d5517e546e1c8aff9e3b (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/mips/ralink/ |
H A D | timer.c | diff b6ab1a138b758c4bdf30d5517e546e1c8aff9e3b Thu Nov 23 20:08:20 CST 2017 Arvind Yadav <arvind.yadav.cs@gmail.com> MIPS: ralink: Fix platform_get_irq's error checking
The platform_get_irq() function returns negative if an error occurs. zero or positive number on success. platform_get_irq() error checking for zero is not correct.
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Cc: john@phrozen.org Cc: linux-kernel@vger.kernel.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/17783/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|