Loading drivers/staging/bcm/PHSModule.c +32 −29 Original line number Diff line number Diff line Loading @@ -895,7 +895,9 @@ static void free_phs_serviceflow_rules(struct bcm_phs_table *psServiceFlowRulesT BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, PHS_DISPATCH, DBG_LVL_ALL, "=======>\n"); if (psServiceFlowRulesTable) { if (!psServiceFlowRulesTable) goto out; for (i = 0; i < MAX_SERVICEFLOWS; i++) { struct bcm_phs_entry stServiceFlowEntry = psServiceFlowRulesTable->stSFList[i]; Loading Loading @@ -937,7 +939,8 @@ static void free_phs_serviceflow_rules(struct bcm_phs_table *psServiceFlowRulesT pstClassifierRulesTable = NULL; } } } out: kfree(psServiceFlowRulesTable); psServiceFlowRulesTable = NULL; Loading Loading
drivers/staging/bcm/PHSModule.c +32 −29 Original line number Diff line number Diff line Loading @@ -895,7 +895,9 @@ static void free_phs_serviceflow_rules(struct bcm_phs_table *psServiceFlowRulesT BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, PHS_DISPATCH, DBG_LVL_ALL, "=======>\n"); if (psServiceFlowRulesTable) { if (!psServiceFlowRulesTable) goto out; for (i = 0; i < MAX_SERVICEFLOWS; i++) { struct bcm_phs_entry stServiceFlowEntry = psServiceFlowRulesTable->stSFList[i]; Loading Loading @@ -937,7 +939,8 @@ static void free_phs_serviceflow_rules(struct bcm_phs_table *psServiceFlowRulesT pstClassifierRulesTable = NULL; } } } out: kfree(psServiceFlowRulesTable); psServiceFlowRulesTable = NULL; Loading