Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107788
b: refs/heads/master
c: 970a8a5
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Aug 6, 2008
1 parent b6f2716 commit be016db
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: 2e4f40d2eb763a17c75c07fff605402737260c59
refs/heads/master: 970a8a513c30a1c3e8995609a153658a34bc02bf
2 changes: 1 addition & 1 deletion trunk/drivers/char/amiserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ static int rs_break(struct tty_struct *tty, int break_state)
unsigned long flags;

if (serial_paranoia_check(info, tty->name, "rs_break"))
return;
return -EINVAL;

local_irq_save(flags);
if (break_state == -1)
Expand Down

0 comments on commit be016db

Please sign in to comment.