public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* mtd-utils-1.5.1 bug report
@ 2014-09-07 14:58 David Binderman
  2014-09-08 11:50 ` Artem Bityutskiy
  2014-09-08 12:09 ` Artem Bityutskiy
  0 siblings, 2 replies; 4+ messages in thread
From: David Binderman @ 2014-09-07 14:58 UTC (permalink / raw)
  To: linux-mtd@lists.infradead.org

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

 		 	   		  

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-16 15:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-07 14:58 mtd-utils-1.5.1 bug report David Binderman
2014-09-08 11:50 ` Artem Bityutskiy
2014-09-08 12:09 ` Artem Bityutskiy
2014-09-16 15:13   ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox