]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:04:47 +0000 (22:04 +0800)
commit79d8b5f758dd23aee83fb131830e0d08f845b8bf
tree9885fb45d0dce7ac40eefe33210c4b222f6b4e95
parent9a4bd980efae48c39cb6f3df1542cd21af433603
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.

(cherry picked from commit c7ccde0f8392516576afe291b06c5527b7ad90de)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe.h
drivers/net/ixgbe/ixgbe_main.c