ixgbe: make ixgbe_up and ixgbe_up_complete void functions
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 21 Jul 2011 00:40:40 +0000 (00:40 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 17 Sep 2011 01:39:56 +0000 (18:39 -0700)
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>

No differences found