]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i40e/i40evf: give up the __func__
authorShannon Nelson <shannon.nelson@intel.com>
Wed, 26 Aug 2015 19:14:17 +0000 (15:14 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 7 Oct 2015 21:11:24 +0000 (14:11 -0700)
commitfb43201f150300fa2c0215f00418eda9143cdab1
tree3236c4fd6931d313c4511709fccaf393e285d7ec
parent0002e1189b594d462c7a93417f5ac8bbc22bd768
i40e/i40evf: give up the __func__

During early development, we added the function name to all of the error
strings to make debugging simpler. Now that we've released the driver,
our users should have more comprehensible error messages. So tear the
roof off and give up the __func__. Ow.

Change-ID: I7e1766252c7a032b9af6520da6aff536bdfd533c
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c
drivers/net/ethernet/intel/i40e/i40e_main.c
drivers/net/ethernet/intel/i40evf/i40evf_main.c
drivers/net/ethernet/intel/i40evf/i40evf_virtchnl.c