Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325510
b: refs/heads/master
c: 55e7b4f
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Sep 26, 2012
1 parent 1082c59 commit 524399e
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: d34602de3ba29b3ceafe4e15e27a25c6a5bccc38
refs/heads/master: 55e7b4fbd47a510b6c8ca53eaf7d9dff816cd26c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rts5139/rts51x_fop.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static int rts51x_sd_direct_cmnd(struct rts51x_chip *chip,

case 1:
/* Read from card */
buf = kmalloc(cmnd->buf_len, GFP_KERNEL);
buf = kzalloc(cmnd->buf_len, GFP_KERNEL);
if (!buf)
TRACE_RET(chip, STATUS_NOMEM);

Expand Down

0 comments on commit 524399e

Please sign in to comment.