diff options
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | 2015-03-31 00:45:02 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2015-04-03 03:54:29 -0700 |
commit | b38da40190a1f8a1a0edcc70f983f7838aabadd4 (patch) | |
tree | 79db4f4f5512e909b80d90c5e0f8af6e09840c0e /arch | |
parent | 8b6ed9c202c0c7c179ab7a6cf8010ff0b63d2d4f (diff) |
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>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions