From: Devendra Naga Date: Wed, 5 Sep 2012 10:03:49 +0000 (+0530) Subject: staging: slicoss: remove return statement at the end of slic_mcast_set_list X-Git-Tag: v3.7-rc1~173^2~681 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8f6f4c17bb9a1c45355254247d164fc3e2a1289b;p=linux-2.6-block.git staging: slicoss: remove return statement at the end of slic_mcast_set_list this function return void, means return at the end of this function is not needed Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/staging/slicoss/slicoss.c index 850eb1064a49..0755bc14229c 100644 --- a/drivers/staging/slicoss/slicoss.c +++ b/drivers/staging/slicoss/slicoss.c @@ -2552,7 +2552,6 @@ static void slic_mcast_set_list(struct net_device *dev) if (status == 0) slic_mcast_set_mask(adapter); } - return; } #define XMIT_FAIL_LINK_STATE 1