android_kernel_xiaomi_sm8350/arch/mips
Alexey Dobriyan 682e852e26 [PATCH] Fix more "if ((err = foo() < 0))" typos
Another reason to use:

	ret = foo();
	if (ret < 0)
		goto out;

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-09 13:02:51 -08:00
..
arc
au1000 [MIPS] Alchemy: Set board type on initialization. 2005-12-01 11:05:16 +00:00
boot
cobalt
configs [MIPS] Update defconfigs to reflect Kconfig changes. 2005-12-01 11:05:19 +00:00
ddb5xxx [MIPS] DDB5477: Fix unused variable warning. 2005-11-17 16:23:45 +00:00
dec
galileo-boards/ev96100
gt64120
ite-boards
jazz
jmr3927 [MIPS] JMR3927: Declare puts function. 2005-12-01 11:05:11 +00:00
kernel [PATCH] Fix more "if ((err = foo() < 0))" typos 2006-01-09 13:02:51 -08:00
lasat
lib
lib-32
lib-64
math-emu
mips-boards [MIPS] SEAD: More build fixes. 2005-11-17 16:23:57 +00:00
mm [PATCH] mips: setup_zero_pages count 1 2005-12-12 08:57:43 -08:00
momentum [MIPS] Ocelot G: Use CPU_MASK_NONE instead of 0 to initialize cpu mask. 2005-11-17 16:23:55 +00:00
oprofile
pci [MIPS] TX3927: Try to glue the PCI code. 2005-11-17 16:23:56 +00:00
philips/pnx8550
pmc-sierra
qemu [MIPS] Qemu: Accept kernel command line passed by the Emulator. 2005-12-01 11:05:15 +00:00
sgi-ip22
sgi-ip27 [PATCH] fix more missing includes 2006-01-08 20:13:45 -08:00
sgi-ip32 [MIPS] IP32: Fix sparse warnings. 2005-11-17 16:23:48 +00:00
sibyte
sni
tx4927
tx4938
vr41xx
defconfig [MIPS] Update defconfigs to reflect Kconfig changes. 2005-12-01 11:05:19 +00:00
Kconfig [MIPS] Kconfig: Include init/Kconfig after we've set 32BIT / 64BIT. 2005-12-01 11:05:14 +00:00
Kconfig.debug
Makefile [MIPS] JMR3927: need include/asm-mips/mach-jmr3927 in it's include path. 2005-11-17 16:23:52 +00:00