i40evf: remove unnecessary error checking against i40evf_up_complete
authorBimmy Pujari <bimmy.pujari@intel.com>
Wed, 7 Sep 2016 01:05:03 +0000 (18:05 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 23 Sep 2016 05:33:40 +0000 (22:33 -0700)
commitcb130a0b41d2a825fa48d7dfc964f08da9ccbb96
tree85a85b48b393422c8cca63fe7364238c21d5d58f
parent3f341acc1c65b800ced567174c683cda12dfb17d
i40evf: remove unnecessary error checking against i40evf_up_complete

Function i40evf_up_complete() always returns success. Changed this to a
void type and removed the code that checks the return status and prints
an error message.

Change-ID: I8c400f174786b9c855f679e470f35af292fb50ad
Signed-off-by: Bimmy Pujari <bimmy.pujari@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