|
@@ -883,7 +883,7 @@ auart_console_write(struct console *co, const char *str, unsigned int count)
|
|
|
unsigned int old_ctrl0, old_ctrl2;
|
|
unsigned int old_ctrl0, old_ctrl2;
|
|
|
unsigned int to = 1000;
|
|
unsigned int to = 1000;
|
|
|
|
|
|
|
|
- if (co->index > MXS_AUART_PORTS || co->index < 0)
|
|
|
|
|
|
|
+ if (co->index >= MXS_AUART_PORTS || co->index < 0)
|
|
|
return;
|
|
return;
|
|
|
|
|
|
|
|
s = auart_port[co->index];
|
|
s = auart_port[co->index];
|