mtd-utils-1.5.1 bug report
David Binderman
dcb314 at hotmail.com
Sun Sep 7 07:58:26 PDT 2014
Hello there,
ubi-utils/ubiformat.c:636:28: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
if (!args.subpage_size != mtd->min_io_size)
normsg("may be sub-page size is "
"incorrect?");
Something boolean compared to a size. Looks a possible problem to me.
Removal of the double negative might also help.
Regards
David Binderman
More information about the linux-mtd
mailing list