Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220365
b: refs/heads/master
c: dd9b6aa
h: refs/heads/master
i:
  220363: 7ef0cc3
v: v3
  • Loading branch information
Marek Belisko authored and Greg Kroah-Hartman committed Oct 15, 2010
1 parent bab3e64 commit ac161ca
Show file tree
Hide file tree
Showing 2 changed files with 6 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: e09aee2a525218c428109cd16f871585e696b1f3
refs/heads/master: dd9b6aa4fd58b3ac39a696e518a09994e687ba72
6 changes: 5 additions & 1 deletion trunk/drivers/staging/ft1000/ft1000-usb/ft1000_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,11 @@ static int ft1000_probe(struct usb_interface *interface,
release_firmware(dsp_fw);

DEBUG("ft1000_probe: start downloading dsp image...\n");
init_ft1000_netdev(ft1000dev);

ret = init_ft1000_netdev(ft1000dev);
if (ret)
goto err_load;

pft1000info = (FT1000_INFO *) netdev_priv(ft1000dev->net);

DEBUG("In probe: pft1000info=%p\n", pft1000info);
Expand Down

0 comments on commit ac161ca

Please sign in to comment.