Files
u-boot-sunxi/net
Mike Frysinger ff25d32c25 net: turn name len check into an assert
The new sanity check introduces a printf warning for some systems:
	eth.c:233: warning: format '%zu' expects type 'size_t', but argument 3 has type 'int'

Rather than tweak the format string, use the new assert() helper instead.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-09-21 23:04:34 +02:00
..
2009-07-22 22:53:44 -07:00
2011-09-21 23:04:34 +02:00
2011-05-19 21:38:38 +02:00