Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109999
b: refs/heads/master
c: 2bcbe4c
h: refs/heads/master
i:
  109997: c24943c
  109995: 88474af
  109991: 19e3ec6
  109983: ba3915e
v: v3
  • Loading branch information
Chris Adams authored and Greg Kroah-Hartman committed Sep 23, 2008
1 parent 80976b5 commit 35c9e1d
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: 6ef65a7fb609a7aca72730dfb9890f30fcd723bf
refs/heads/master: 2bcbe4c199ec012169f938d2c6b543f50c4925ed
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/ti_usb_3410_5052.c
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,7 @@ static int ti_download_firmware(struct ti_device *tdev, int type)
if (buffer) {
memcpy(buffer, fw_p->data, fw_p->size);
memset(buffer + fw_p->size, 0xff, buffer_size - fw_p->size);
ti_do_download(dev, pipe, buffer, fw_p->size);
status = ti_do_download(dev, pipe, buffer, fw_p->size);
kfree(buffer);
}
release_firmware(fw_p);
Expand Down

0 comments on commit 35c9e1d

Please sign in to comment.