staging: bcm: Remove unneeded set a variable
bClassificationSucceed is initialized with "false", do not need to set "false" again. Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ebf5a3ccdf
commit
24e3b16b99
@ -222,10 +222,7 @@ static USHORT IpVersion4(struct bcm_mini_adapter *Adapter,
|
|||||||
|
|
||||||
//Checking classifier validity
|
//Checking classifier validity
|
||||||
if (!pstClassifierRule->bUsed || pstClassifierRule->ucDirection == DOWNLINK_DIR)
|
if (!pstClassifierRule->bUsed || pstClassifierRule->ucDirection == DOWNLINK_DIR)
|
||||||
{
|
|
||||||
bClassificationSucceed = false;
|
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
|
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_TX, IPV4_DBG, DBG_LVL_ALL, "is IPv6 check!");
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_TX, IPV4_DBG, DBG_LVL_ALL, "is IPv6 check!");
|
||||||
if (pstClassifierRule->bIpv6Protocol)
|
if (pstClassifierRule->bIpv6Protocol)
|
||||||
|
Loading…
Reference in New Issue
Block a user