Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259576
b: refs/heads/master
c: 9d17653
h: refs/heads/master
v: v3
  • Loading branch information
Aviv Ben-Yosef authored and Greg Kroah-Hartman committed Jun 28, 2011
1 parent 3d4bc1e commit b08f363
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: 562d683cc756ee3d02f86ffeb68f0665547568c0
refs/heads/master: 9d17653c721aa7f7c823d6ebc554e2c03ce35fbd
2 changes: 1 addition & 1 deletion trunk/drivers/staging/tty/epca.c
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ static int pc_open(struct tty_struct *tty, struct file *filp)
}
if (boardnum >= num_cards || boards[boardnum].status == DISABLED) {
tty->driver_data = NULL; /* Mark this device as 'down' */
return(-ENODEV);
return -ENODEV;
}

bc = ch->brdchan;
Expand Down

0 comments on commit b08f363

Please sign in to comment.