[PATCH 15/15] powerpc: Improve prom_printf()

Segher Boessenkool segher at kernel.crashing.org
Tue Apr 5 16:47:29 EST 2011


Hi Ben,

> +		case 'd':
> +			++q;
> +			vs = va_arg(args, long);

'd' takes an int, not a long.

> +			if (vs < 0) {
> +				prom_print("-");

RELOC()?


Segher



More information about the Linuxppc-dev mailing list