From: Kevin Hickey Date: Mon, 28 Jul 2008 18:09:26 +0000 (-0500) Subject: [MIPS] Initialization of Alchemy boards X-Git-Tag: v2.6.27-rc2~114^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd7ccfa7ac64156a5c1c906e0986b73d481b6dfc;p=pandora-kernel.git [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 Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed