Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364322
b: refs/heads/master
c: 4829e76
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang authored and Greg Kroah-Hartman committed Apr 22, 2013
1 parent 30de99e commit 96b39d7
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: 78506f223a7bb7d47b1772592932921689adc6d8
refs/heads/master: 4829e7650f8a40645e4e32b26a37fb833a5e75f0
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/mxs-auart.c
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ auart_console_write(struct console *co, const char *str, unsigned int count)
unsigned int old_ctrl0, old_ctrl2;
unsigned int to = 1000;

if (co->index > MXS_AUART_PORTS || co->index < 0)
if (co->index >= MXS_AUART_PORTS || co->index < 0)
return;

s = auart_port[co->index];
Expand Down

0 comments on commit 96b39d7

Please sign in to comment.