[PATCH v2 4/7] nanddump: warn about new default BB handling

Mike Frysinger vapier.adi at gmail.com
Tue Jun 21 15:37:39 EDT 2011


On Tue, Jun 21, 2011 at 11:46, Brian Norris wrote:
> +       if (bb_default)
> +               fprintf(stderr, "Warning: you did not specify a default bad-block handling\n"
> +                               "  method. In future versions, the default will change to\n"
> +                               "  --bb=skipbad. Use \"nanddump --help\" for more information.\n");

nanddump has mostly been converted to common.h, so this should use
warning() instead.
-mike



More information about the linux-mtd mailing list