Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259737
b: refs/heads/master
c: fa0ace7
h: refs/heads/master
i:
  259735: 83bef56
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent 7bf2a2c commit b9ff313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: fb10e59111870a51f0eb7bcc046b6b7eb39dfa3e
refs/heads/master: fa0ace7fd3b9cfbe3b2d117af7eac4a132558a1b
4 changes: 1 addition & 3 deletions trunk/drivers/staging/brcm80211/brcmsmac/srom.c
Original file line number Diff line number Diff line change
Expand Up @@ -1287,12 +1287,10 @@ static int initvars_srom_pci(struct si_pub *sih, void *curmap, char **vars,
*vp++ = '\0';

err = initvars_table(base, vp, vars, count);
kfree(base);
}

errout:
if (base)
kfree(base);

kfree(srom);
return err;
}

0 comments on commit b9ff313

Please sign in to comment.