commit | b38da40190a1f8a1a0edcc70f983f7838aabadd4 | [log] [tgz] |
---|---|---|
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | Tue Mar 31 00:45:02 2015 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Apr 03 03:54:29 2015 -0700 |
tree | 79db4f4f5512e909b80d90c5e0f8af6e09840c0e | |
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>