Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228082
b: refs/heads/master
c: c8b124e
h: refs/heads/master
v: v3
  • Loading branch information
Marek Belisko authored and Greg Kroah-Hartman committed Nov 11, 2010
1 parent d500810 commit 6dc58ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a10bb4fb199bd7a1dc178a6228ad749f5070e0f9
refs/heads/master: c8b124e21dbb7f4941f292fea446ce63d92d80dd
6 changes: 6 additions & 0 deletions trunk/drivers/staging/ft1000/ft1000-usb/ft1000_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@ static int ft1000_probe(struct usb_interface *interface,
gPollingfailed = FALSE;
pft1000info->pPollThread =
kthread_run(ft1000_poll_thread, ft1000dev, "ft1000_poll");

if (IS_ERR(pft1000info->pPollThread)) {
ret = PTR_ERR(pft1000info->pPollThread);
goto err_load;
}

msleep(500);

while (!pft1000info->CardReady) {
Expand Down

0 comments on commit 6dc58ad

Please sign in to comment.