i40evf: remove dead code
authorAlan Cox <alan@linux.intel.com>
Wed, 2 Mar 2016 00:02:15 +0000 (16:02 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 5 Apr 2016 08:40:39 +0000 (01:40 -0700)
commit311f23e9a4314f62fed6c13e112c998b07e37e63
treecdc5a4109cfe91ac89322fa426628e322993b922
parent5c4654daf2e2f25dfbd7fa572c59937ea6d4198b
i40evf: remove dead code

The only error case is when the malloc fails, in which case the clean up
loop does nothing at all, so remove it

Signed-off-by: Alan Cox <alan@linux.intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40evf_main.c