Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248674
b: refs/heads/master
c: df43daa
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Apr 29, 2011
1 parent 98c620a commit 5ce2140
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: 83c67571b372c4a40023a84e183fdb7fa4e89e48
refs/heads/master: df43daaae926c3710eda911ec048808c904572fe
2 changes: 1 addition & 1 deletion trunk/drivers/tty/moxa.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ static int moxa_ioctl(struct tty_struct *tty,
tmp.cflag = p->cflag;
else
tmp.cflag = ttyp->termios->c_cflag;
tty_kref_put(tty);
tty_kref_put(ttyp);
copy:
if (copy_to_user(argm, &tmp, sizeof(tmp)))
return -EFAULT;
Expand Down

0 comments on commit 5ce2140

Please sign in to comment.