Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123056
b: refs/heads/master
c: 7947cf0
h: refs/heads/master
v: v3
  • Loading branch information
Hendrik Brueckner authored and Paul Mackerras committed Dec 3, 2008
1 parent 0a1d2af commit f84ae13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 3d26825ec03f623f20ba860e6e6113ab2d0bb0f1
refs/heads/master: 7947cf0dd4b6a2bb06c57971502fb81c76a66f2d
6 changes: 2 additions & 4 deletions trunk/drivers/char/hvc_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,10 +689,8 @@ EXPORT_SYMBOL_GPL(hvc_poll);
*/
void hvc_resize(struct hvc_struct *hp, struct winsize ws)
{
if ((hp->ws.ws_row != ws.ws_row) || (hp->ws.ws_col != ws.ws_col)) {
hp->ws = ws;
schedule_work(&hp->tty_resize);
}
hp->ws = ws;
schedule_work(&hp->tty_resize);
}

/*
Expand Down

0 comments on commit f84ae13

Please sign in to comment.