commit | c7ccde0f8392516576afe291b06c5527b7ad90de | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Thu Jul 21 00:40:40 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Sep 16 18:39:56 2011 -0700 |
tree | 4332e0b86582e4209c18c24b41e86660c08b7112 | |
parent | f7e1027f61c40eca1acc36e806b8db4cad01f221 [diff] |
ixgbe: make ixgbe_up and ixgbe_up_complete void functions ixgbe_up and ixgbe_up_complete will always return 0. Since this doesn't provide any useful information we might as well just make them both void and save ourselves from having to return an unused value. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>