]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerDhaval Giani <dhaval.giani@oracle.com>
Wed, 8 Mar 2017 00:39:26 +0000 (19:39 -0500)
commit57c51ae0ee1c22a72f5c56707cf611f906b3192c
treed62397c30ed5410b326fce412f74eafc0ad14122
parent7d10fb67d7f04d30cfa7928d34fd4c91c5f8804b
i40evf: remove unnecessary error checking against i40evf_up_complete

Orabug: 24568124

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>
(cherry picked from commit cb130a0b41d2a825fa48d7dfc964f08da9ccbb96)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
drivers/net/ethernet/intel/i40evf/i40evf_main.c