Skip to content
Snippets Groups Projects
Commit ff25d32c authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent fc77086c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment