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 <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Devendra Naga 2012-09-05 15:33:49 +05:30 committed by Greg Kroah-Hartman
parent 7132996527
commit 8f6f4c17bb

View 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