From: Benjamin Li Date: Thu, 18 Sep 2008 23:38:24 +0000 (-0700) Subject: bnx2: In bnx2_set_mac_link() return void rather then int X-Git-Tag: v2.6.28-rc1~717^2~277 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=344478db5385194ec27f6aaf780ea21c4b4ff02c;p=pandora-kernel.git bnx2: In bnx2_set_mac_link() return void rather then int bnx2_set_mac_link() doesn't need to return any error codes. And all the callers don't check the return code. It is safe to change the return type to a void. Signed-off-by: Benjamin Li Signed-off-by: Michael Chan Acked-by: Jeff Garzik Signed-off-by: David S. Miller --- Reading git-diff-tree failed