Skip to content

Commit

Permalink
staging: slicoss: remove return statement at the end of slic_mcast_se…
Browse files Browse the repository at this point in the history
…t_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>
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Sep 5, 2012
1 parent 7132996 commit 8f6f4c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/slicoss/slicoss.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f6f4c1

Please sign in to comment.