[PATCH V2 1/2] mtd: tests: don't use mtd0 as a default

Artem Bityutskiy dedekind1 at gmail.com
Sat Oct 29 17:12:18 EDT 2011


On Sat, 2011-10-29 at 22:56 +0200, Wolfram Sang wrote:
> +	if (dev < 0) {
> +		printk(PRINT_PREF "Please specify a valid mtd-device via module paramter\n");
> +		printk(PRINT_PREF "WARNING: The data on this device will be ERASED!\n");
> +		return -EINVAL;

Thanks, but would it please be possible to use KERN_CRIT for the warning
to make sure the user actually sees it in the console?

Artem.




More information about the linux-mtd mailing list