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)
commit8f6f4c17bb9a1c45355254247d164fc3e2a1289b
tree55c4f5b5dfa8fe8154126de625482ba5e0256eff
parent71329965273d65d6de1bc34c6b314515d52ae49a
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>
drivers/staging/slicoss/slicoss.c