staging: slicoss: remove return statement at the end of slic_mcast_set_list
authorDevendra Naga <devendra.aaru@gmail.com>
Wed, 5 Sep 2012 10:03:49 +0000 (15:33 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Sep 2012 18:59:51 +0000 (11:59 -0700)
this function return void, means return at the end of this function
is not needed

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/slicoss/slicoss.c

index 850eb1064a4931bd4495f50a46e104dde1f331da..0755bc14229c548c2b5f96a769c34eeeb84faf3d 100644 (file)
@@ -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