Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72585
b: refs/heads/master
c: 5919a43
h: refs/heads/master
i:
  72583: d9bfe7f
v: v3
  • Loading branch information
Oliver Neukum authored and Greg Kroah-Hartman committed Oct 25, 2007
1 parent 158b03e commit 66af5d6
Show file tree
Hide file tree
Showing 2 changed files with 5 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: cf4cf0bb89cbff95c5be8f8d3c68e55f38f94ba7
refs/heads/master: 5919a43bbc649f4770b8b5db33f43136c7ff3153
4 changes: 4 additions & 0 deletions trunk/drivers/usb/misc/emi62.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ static int emi62_load_firmware (struct usb_device *dev)

/* De-assert reset (let the CPU run) */
err = emi62_set_reset(dev,0);
if (err < 0) {
err("%s - error loading firmware: error = %d", __FUNCTION__, err);
goto wraperr;
}
msleep(250); /* let device settle */

/* 2. We upload the FPGA firmware into the EMI
Expand Down

0 comments on commit 66af5d6

Please sign in to comment.