Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Void functions shouldn't return values

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Ladislav Michl and committed by
Ralf Baechle
13294040 154b500b

-1
-1
arch/mips/au1000/pb1000/init.c
··· 65 65 memsize = simple_strtol(memsize_str, NULL, 0); 66 66 } 67 67 add_memory_region(0, memsize, BOOT_MEM_RAM); 68 - return 0; 69 68 }