[PATCH] ARM: Change misleading warning when CONFIG_CMDLINE_FORCE is used

Russell King - ARM Linux linux at arm.linux.org.uk
Tue Jan 11 18:28:41 EST 2011


On Tue, Jan 11, 2011 at 06:29:13PM +0100, Alexander Holler wrote:
> +#else
> +	printk(KERN_WARNING
> +		"Ignoring tag cmdline"
> +		" (using the default kernel command line)\n");

In addition to Jamey's comment, we do have a set of pr_xxx helpers:

	pr_warning("Ignoring tag cmdline (using the default kernel command line)\n");

which I think is neater.



More information about the linux-arm-kernel mailing list