Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353908
b: refs/heads/master
c: 78855c7
h: refs/heads/master
v: v3
  • Loading branch information
Cyril Roelandt authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent dc043d9 commit e1eff18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: c020a7a4ea3bfd85afc1d2b5e18414252f18fe98
refs/heads/master: 78855c7a7c3db183ddb311cd832a137ef7a5e83a
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/unifi_sme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,6 @@ void uf_send_pkt_to_encrypt(struct work_struct *work)

if (pktBulkDataLength > 0) {
pktBulkData = kmalloc(pktBulkDataLength, GFP_KERNEL);
memset(pktBulkData, 0, pktBulkDataLength);
} else {
unifi_error(priv, "uf_send_pkt_to_encrypt() : invalid buffer\n");
return;
Expand Down

0 comments on commit e1eff18

Please sign in to comment.