Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107790
b: refs/heads/master
c: f99e8f2
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Aug 7, 2008
1 parent 3dfcf6f commit b942772
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: 680db0136e0778a0d7e025af7572c6a8d82279e2
refs/heads/master: f99e8f277f1172c49ac7b0585aed5b094fe235d4
2 changes: 1 addition & 1 deletion trunk/drivers/char/viocons.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ static int viotty_ioctl(struct tty_struct *tty, struct file *file,
case KDSKBLED:
return 0;
}
return ret;
return -ENOIOCTLCMD;
}

/*
Expand Down

0 comments on commit b942772

Please sign in to comment.