fm10k/base: remove useless variable
authorWang Xiao W <xiao.w.wang@intel.com>
Thu, 10 Sep 2015 04:38:23 +0000 (12:38 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 7 Oct 2015 11:25:06 +0000 (13:25 +0200)
commit4de83653146bde33a4148c4a592948f8c862f4cb
tree0f2cc4207b4439b76fc6b0d3c18cc8a6b3687b4f
parent115c91b89a854ad5ddefcbc5ecabfaa9510d48cb
fm10k/base: remove useless variable

The reference to err_no was left around after an old re-factor. We never
use this value again, and the macros called on the function appear to
have no relevant side effect I could see. Discovered via cppcheck
fm10k_mbx.c:1312: (style) Variable 'err_no' is assigned a value that is never used.

This occurred because a previous commit refactored and removed all used
references to err_no.

Signed-off-by: Wang Xiao W <xiao.w.wang@intel.com>
drivers/net/fm10k/base/fm10k_mbx.c