Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127294
b: refs/heads/master
c: 327d74f
h: refs/heads/master
v: v3
  • Loading branch information
Marcin Slusarz authored and Greg Kroah-Hartman committed Jan 7, 2009
1 parent 5b8d02f commit 6b6534f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 32e7fea282b3765c64b935fa54f20ace437550a0
refs/heads/master: 327d74f6b65ddc8a042c43c11fdd4be0bb354668
2 changes: 1 addition & 1 deletion trunk/drivers/usb/misc/emi26.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ static int emi26_load_firmware (struct usb_device *dev)
err("%s - error loading firmware: error = %d", __func__, err);
goto wraperr;
}
} while (i > 0);
} while (rec);

/* Assert reset (stop the CPU in the EMI) */
err = emi26_set_reset(dev,1);
Expand Down

0 comments on commit 6b6534f

Please sign in to comment.