Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43702
b: refs/heads/master
c: 17c4edf
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Dec 8, 2006
1 parent ceda668 commit 26aee37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 11c838772d58d9807b1cb7fa4e0bec1b0302e318
refs/heads/master: 17c4edf0c8ee670de7b33d2a24eddd7c6b7edcf6
4 changes: 2 additions & 2 deletions trunk/drivers/char/isicom.c
Original file line number Diff line number Diff line change
Expand Up @@ -946,8 +946,8 @@ static int isicom_open(struct tty_struct *tty, struct file *filp)
{
struct isi_port *port;
struct isi_board *card;
unsigned int line, board;
int error;
unsigned int board;
int error, line;

line = tty->index;
if (line < 0 || line > PORT_COUNT-1)
Expand Down

0 comments on commit 26aee37

Please sign in to comment.