mirror of https://gitee.com/openkylin/linux.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 <devendra.aaru@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7132996527
commit
8f6f4c17bb
|
@ -2552,7 +2552,6 @@ static void slic_mcast_set_list(struct net_device *dev)
|
||||||
if (status == 0)
|
if (status == 0)
|
||||||
slic_mcast_set_mask(adapter);
|
slic_mcast_set_mask(adapter);
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#define XMIT_FAIL_LINK_STATE 1
|
#define XMIT_FAIL_LINK_STATE 1
|
||||||
|
|
Loading…
Reference in New Issue