Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259578
b: refs/heads/master
c: 23567c7
h: refs/heads/master
v: v3
  • Loading branch information
Joseph Salisbury authored and Greg Kroah-Hartman committed Jun 28, 2011
1 parent a3eafb7 commit 105f58f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7a2eaf9358250706672783eb8511835706b0922b
refs/heads/master: 23567c75286f63f77e5ec6bab7f46e0161d75356
4 changes: 2 additions & 2 deletions trunk/drivers/staging/wlan-ng/prism2fw.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,9 +442,9 @@ int crcimage(struct imgchunk *fchunk, unsigned int nfchunks,
void free_chunks(struct imgchunk *fchunk, unsigned int *nfchunks)
{
int i;
for (i = 0; i < *nfchunks; i++) {
for (i = 0; i < *nfchunks; i++)
kfree(fchunk[i].data);
}

*nfchunks = 0;
memset(fchunk, 0, sizeof(*fchunk));

Expand Down

0 comments on commit 105f58f

Please sign in to comment.