Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236451
b: refs/heads/master
c: 23c3298
h: refs/heads/master
i:
  236449: dda0d1a
  236447: 50f08e0
v: v3
  • Loading branch information
Ilia Mirkin authored and Greg Kroah-Hartman committed Mar 14, 2011
1 parent f19d1ba commit c73d1ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4dd53810912089380223c8fbddd83dcb642b6166
refs/heads/master: 23c32986870b4abb5b426d3399a4cbd43948e37c
11 changes: 2 additions & 9 deletions trunk/drivers/staging/bcm/CmHost.c
Original file line number Diff line number Diff line change
Expand Up @@ -974,11 +974,7 @@ static VOID CopyToAdapter( register PMINI_ADAPTER Adapter, /**<Pointer to the A
!(psfLocalSet->u8RequesttransmissionPolicy &
MASK_DISABLE_HEADER_SUPPRESSION);

if(Adapter->PackInfo[uiSearchRuleIndex].pstSFIndication)
{
kfree(Adapter->PackInfo[uiSearchRuleIndex].pstSFIndication);
Adapter->PackInfo[uiSearchRuleIndex].pstSFIndication = NULL;
}
kfree(Adapter->PackInfo[uiSearchRuleIndex].pstSFIndication);
Adapter->PackInfo[uiSearchRuleIndex].pstSFIndication = pstAddIndication;

//Re Sort the SF list in PackInfo according to Traffic Priority
Expand Down Expand Up @@ -1971,10 +1967,7 @@ INT AllocAdapterDsxBuffer(PMINI_ADAPTER Adapter)

INT FreeAdapterDsxBuffer(PMINI_ADAPTER Adapter)
{
if(Adapter->caDsxReqResp)
{
kfree(Adapter->caDsxReqResp);
}
kfree(Adapter->caDsxReqResp);
return 0;

}
Expand Down

0 comments on commit c73d1ef

Please sign in to comment.