From: Alexander Duyck Date: Thu, 23 Jul 2009 18:07:58 +0000 (+0000) Subject: igb: change configure_pcs_link to void since it always returns 0 X-Git-Tag: v2.6.32-rc1~703^2~556 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3e7841ca3608db6e0207cd8af5561f065882517;p=pandora-kernel.git 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 Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed