Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47544
b: refs/heads/master
c: a136e99
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Feb 11, 2007
1 parent 80b73e1 commit c81f444
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: 5ff7205dd9084c96cf2bedc4d0481790c5a7a635
refs/heads/master: a136e99f12cdc967a6f607644e471ed749f963db
2 changes: 1 addition & 1 deletion trunk/drivers/char/mxser_new.c
Original file line number Diff line number Diff line change
Expand Up @@ -1708,7 +1708,7 @@ static int mxser_ioctl(struct tty_struct *tty, struct file *file,

info->speed = speed;
spin_lock_irqsave(&info->slock, flags);
mxser_change_speed(info, 0);
mxser_change_speed(info, NULL);
spin_unlock_irqrestore(&info->slock, flags);

return 0;
Expand Down

0 comments on commit c81f444

Please sign in to comment.