ethdev: fix unchecked return value
authorSlawomir Mrozowicz <slawomirx.mrozowicz@intel.com>
Thu, 7 Apr 2016 11:46:32 +0000 (13:46 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 7 Apr 2016 17:11:16 +0000 (19:11 +0200)
commit7d788417543c5a2e61504c11dea228bd2378c46d
treeeca3974d2b3910b85d2c6a29570e8eb48f9d33da
parentb0641b68286d8d77feff7d3b20898f18def0f4b5
ethdev: fix unchecked return value

It fix coverity issue:
CID 124557 (#1 of 1): Unchecked return value (CHECKED_RETURN)
check_return: Calling rte_eth_tx_buffer_set_err_callback without
checking return value (as is done elsewhere 6 out of 7 times).

Fixes: d6c99e62c852 ("ethdev: add buffered Tx")

Signed-off-by: Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com>
lib/librte_ether/rte_ethdev.c