Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259763
b: refs/heads/master
c: 521223a
h: refs/heads/master
i:
  259761: 790b3a4
  259759: 5d1fc80
v: v3
  • Loading branch information
Henry Ptasinski authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent 72b79a2 commit 0f50fb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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: 202a208bd2888b6b72355bb1849f641606da928f
refs/heads/master: 521223a27a760658e04e65d8deaf5339070f15f6
8 changes: 3 additions & 5 deletions trunk/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -5567,11 +5567,9 @@ static void dhdsdio_release_malloc(dhd_bus_t *bus)
if (bus->dhd && bus->dhd->dongle_reset)
return;

if (bus->rxbuf) {
kfree(bus->rxbuf);
bus->rxctl = bus->rxbuf = NULL;
bus->rxlen = 0;
}
kfree(bus->rxbuf);
bus->rxctl = bus->rxbuf = NULL;
bus->rxlen = 0;

kfree(bus->databuf);
bus->databuf = NULL;
Expand Down

0 comments on commit 0f50fb5

Please sign in to comment.