Re: [PATCH trivial] MIPS: bitops: Fix reference to ffz location

2021-01-09 Thread Thomas Bogendoerfer
On Fri, Jan 08, 2021 at 11:55:26AM +0100, Geert Uytterhoeven wrote: > Unlike most other architectures, MIPS defines ffz() below ffs(). > > Signed-off-by: Geert Uytterhoeven > --- > arch/mips/include/asm/bitops.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied to mips-next.

[PATCH trivial] MIPS: bitops: Fix reference to ffz location

2021-01-08 Thread Geert Uytterhoeven
Unlike most other architectures, MIPS defines ffz() below ffs(). Signed-off-by: Geert Uytterhoeven --- arch/mips/include/asm/bitops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/include/asm/bitops.h b/arch/mips/include/asm/bitops.h index