commit | f3e7841ca3608db6e0207cd8af5561f065882517 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Thu Jul 23 18:07:58 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 26 09:46:44 2009 -0700 |
tree | 056c06eae848253de8c09d5afebfaa59478c91b8 | |
parent | 099e1cb700da6359b784ac7fb65099091b7b961e [diff] |
igb: change configure_pcs_link to void since it always returns 0 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>