Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228225
b: refs/heads/master
c: 4960b8f
h: refs/heads/master
i:
  228223: 05d2601
v: v3
  • Loading branch information
Marek Belisko authored and Greg Kroah-Hartman committed Nov 29, 2010
1 parent 376f9a9 commit 9adc51b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e999fb057436c2167d5ee3f5c82753e953981525
refs/heads/master: 4960b8fe1b0602195e2170bb94d50edc47d36d73
4 changes: 2 additions & 2 deletions trunk/drivers/staging/ft1000/ft1000-usb/ft1000_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ static int ft1000_probe(struct usb_interface *interface,

return 0;

err_load:
kthread_stop(pft1000info->pPollThread);
err_thread:
kthread_stop(pft1000info->pPollThread);
err_load:
kfree(pFileStart);
err_fw:
kfree(ft1000dev);
Expand Down

0 comments on commit 9adc51b

Please sign in to comment.