Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154320
b: refs/heads/master
c: 42dd2aa
h: refs/heads/master
v: v3
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Linus Torvalds committed Jun 25, 2009
1 parent 8c934f2 commit 1db0d45
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: a37f6b84c4f3d3ca61634a7b36bf64c6ea452271
refs/heads/master: 42dd2aa6496a2e87e496aac5494d2e1d6096c85b
2 changes: 1 addition & 1 deletion trunk/drivers/usb/class/cdc-acm.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ static void acm_waker(struct work_struct *waker)
static int acm_tty_open(struct tty_struct *tty, struct file *filp)
{
struct acm *acm;
int rv = -EINVAL;
int rv = -ENODEV;
int i;
dbg("Entering acm_tty_open.");

Expand Down

0 comments on commit 1db0d45

Please sign in to comment.