Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262887
b: refs/heads/master
c: 193634c
h: refs/heads/master
i:
  262885: ef2f0b9
  262883: 206e548
  262879: 045ac9f
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Aug 2, 2011
1 parent 0f528f9 commit e717551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e72be3fc567f587b1f70134e7f6538a4f5ae8f95
refs/heads/master: 193634ce7740e18a012c543fad0843c6af0440d9
2 changes: 1 addition & 1 deletion trunk/drivers/staging/ath6kl/miscdrv/ar3kps/ar3kpsparser.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ int AthCreateCommandList(struct ps_cmd_packet **HciPacketList, u32 *numPackets)
for(count = 0; count < Patch_Count; count++) {

AR_DEBUG_PRINTF(ATH_DEBUG_ERR,("Freeing Patch Buffer %d \r\n",count));
kfree(RamPatch[Patch_Count].Data);
kfree(RamPatch[count].Data);
}

for(count = 0; count < Tag_Count; count++) {
Expand Down

0 comments on commit e717551

Please sign in to comment.