bnx2: In bnx2_set_mac_link() return void rather then int
authorBenjamin Li <benli@broadcom.com>
Thu, 18 Sep 2008 23:38:24 +0000 (16:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Sep 2008 23:38:24 +0000 (16:38 -0700)
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 <benli@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Acked-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found