Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267617
b: refs/heads/master
c: 528959a
h: refs/heads/master
i:
  267615: 5694dc3
v: v3
  • Loading branch information
Thomas Meyer authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 6ccfeff commit 607cb24
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: 4b608983fe9cbb522e6dd819ea357a3af89f2e8e
refs/heads/master: 528959aa08265d1e6b90aaf3767d45b9b57f041b
2 changes: 1 addition & 1 deletion trunk/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ void card_send_command(struct ft1000_device *ft1000dev, void *ptempbuffer,

DEBUG("card_send_command: enter card_send_command... size=%d\n", size);

commandbuf = (unsigned char *)kmalloc(size + 2, GFP_KERNEL);
commandbuf = kmalloc(size + 2, GFP_KERNEL);
memcpy((void *)commandbuf + 2, (void *)ptempbuffer, size);

ft1000_read_register(ft1000dev, &temp, FT1000_REG_DOORBELL);
Expand Down

0 comments on commit 607cb24

Please sign in to comment.