igb: change configure_pcs_link to void since it always returns 0
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 23 Jul 2009 18:07:58 +0000 (18:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 Jul 2009 16:46:44 +0000 (09:46 -0700)
Since igb_configure_pcs_link always returns 0 there isn't really much point
to checking for the result so it is best just to change this to a void so
we can properly ignore the return result.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found