net/i40e: remove unsupported VF command
authorHelin Zhang <helin.zhang@intel.com>
Sun, 26 Jun 2016 15:46:18 +0000 (23:46 +0800)
committerBruce Richardson <bruce.richardson@intel.com>
Tue, 28 Jun 2016 11:56:12 +0000 (13:56 +0200)
commitcfcf046653fa8875d2755489bf3b566207771856
treea51f06b38825ca232e4853824dcee5b35f0e0c6a
parent819a5c14d1dd20b7dd39768b2dc146fc8fad18de
net/i40e: remove unsupported VF command

Delete 'case I40E_VIRTCHNL_OP_FCOE', as it is not necessary. The
default case reports on all unsupported commands included this one.
This also prevents warnings about a missing "break" at the end of the
"case" block.

Coverity issue: 13265

Fixes: 4861cde46116 ("i40e: new poll mode driver")

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
drivers/net/i40e/i40e_pf.c