linux-stable/arch/mips/au1000/pb1000
Kevin Hickey fd7ccfa7ac [MIPS] Initialization of Alchemy boards
An earlier update changed some calls from simple_strotl to strict_strtol but
did not account for the differences in the syntax between the calls.
simple_strotl returns the integer; strict_strtol returns an error code and
takes a pointer to the result.  As it was, NULL was being passed in place of
the result, which led to failures during kernel initialization when using
YAMON.

Signed-off-by: Kevin Hickey <khickey@rmicorp.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2008-07-30 21:54:34 +01:00
..
board_setup.c [MIPS] Pb1000: bury the remnants of the PCI code 2008-05-12 16:46:56 +01:00
init.c [MIPS] Initialization of Alchemy boards 2008-07-30 21:54:34 +01:00
irqmap.c [MIPS] Alchemy: kill useless #include's, #define's and extern's 2008-04-28 17:14:28 +01:00
Makefile [MIPS] Pb1000 code style cleanup 2008-05-12 16:46:54 +01:00