net/enic: remove useless assert macro
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 6 Jul 2016 15:23:01 +0000 (17:23 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 10 Jul 2016 14:19:56 +0000 (16:19 +0200)
commit83d83cb62ba9950f00eb8bd4609357e818bc0b3c
tree9715d5be92bd119b5f44ae48d0d88de3c8cee166
parentc7cda4d8b4ea9cb0f209dda36882d225354b1db9
net/enic: remove useless assert macro

The macro ENIC_ASSERT does the same thing as RTE_ASSERT,
thus it can be removed.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: John Daley <johndale@cisco.com>
drivers/net/enic/enic.h
drivers/net/enic/enic_rxtx.c