Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220298
b: refs/heads/master
c: 7bfc9ca
h: refs/heads/master
v: v3
  • Loading branch information
Marek Belisko authored and Greg Kroah-Hartman committed Oct 12, 2010
1 parent e78a8d1 commit e77bd9c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5cb9954a51bbb702bff3b73009c4da7b76728597
refs/heads/master: 7bfc9ca790d66192aebec690c10ea11fea9fd578
3 changes: 2 additions & 1 deletion trunk/drivers/staging/ft1000/ft1000-usb/ft1000_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ static int ft1000_probe(struct usb_interface *interface, const struct usb_device
{
kthread_stop(pft1000info->pPollThread );
}
return 0;
ret = -EIO;
goto err_load;
}
msleep(100);
DEBUG("ft1000_probe::Waiting for Card Ready\n");
Expand Down

0 comments on commit e77bd9c

Please sign in to comment.