ethdev: remove useless null checks
authorDavid Marchand <david.marchand@6wind.com>
Fri, 22 Jan 2016 14:06:57 +0000 (15:06 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 27 Jan 2016 15:09:27 +0000 (16:09 +0100)
We are in static functions and those passed arguments can't be NULL.

Signed-off-by: David Marchand <david.marchand@6wind.com>
Reviewed-by: Jan Viktorin <viktorin@rehivetech.com>

No differences found