[PATCH 1/4] powerpc: Fix thinko in _stp_arg()
Ananth N Mavinakayanahalli
ananth at in.ibm.com
Fri Dec 4 15:21:44 EST 2009
On Fri, Dec 04, 2009 at 02:31:51AM +0300, Anton Vorontsov wrote:
> _stp_arg() has an almost unnoticeable thinko in the argnum handling,
> which causes it to always return u_register("r10"):
>
> 'else (argnum == 8)' should actually be 'else if (argnum == 8)'.
>
> Though, since we check for 'if (argnum < 1 || argnum > 8)' at the
> beginning of _stp_arg(), let's make it just 'else'.
>
> Signed-off-by: Anton Vorontsov <avorontsov at ru.mvista.com>
Ugh! What was I thinking?
Thanks for fixing this Anton.
Ananth
More information about the Linuxppc-dev
mailing list