From patchwork Thu Sep 18 16:57:10 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [UPDATED, NET-NEXT, 1/4] bnx2: In bnx2_set_mac_link() return void rather then int Date: Thu, 18 Sep 2008 06:57:10 -0000 From: Benjamin Li X-Patchwork-Id: 534 Message-Id: <1221757033-4874-2-git-send-email-benli@broadcom.com> To: "Jeff Garzik" Cc: benli@broadcom.com, "netdev@vger.kernel.org" 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 diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index 2486a65..192a24e 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c @@ -1127,7 +1127,7 @@ bnx2_init_all_rx_contexts(struct bnx2 *bp) } } -static int +static void bnx2_set_mac_link(struct bnx2 *bp) { u32 val; @@ -1193,8 +1193,6 @@ bnx2_set_mac_link(struct bnx2 *bp) if (CHIP_NUM(bp) == CHIP_NUM_5709) bnx2_init_all_rx_contexts(bp); - - return 0; } static void