]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
i40e: fix invalid void return in FCoE code
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Tue, 31 Mar 2015 07:45:02 +0000 (00:45 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 3 Apr 2015 10:54:29 +0000 (03:54 -0700)
commitb38da40190a1f8a1a0edcc70f983f7838aabadd4
tree79db4f4f5512e909b80d90c5e0f8af6e09840c0e
parent8b6ed9c202c0c7c179ab7a6cf8010ff0b63d2d4f
i40e: fix invalid void return in FCoE code

A function was calling i40e_tx_map with return, but tx_map returns
void, and the caller returns void, so just drop the return, and
everything is good.

Change-ID: I53fc676d517864761e7cbb8ca83f1ef0c15b1f8f
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Jim Young <james.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_fcoe.c