Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149173
b: refs/heads/master
c: 0003b79
h: refs/heads/master
i:
  149171: 56ad6e8
v: v3
  • Loading branch information
Eric Lammerts authored and Sascha Hauer committed May 20, 2009
1 parent 47dc666 commit 9badf7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2b0c3677bfcf0c21bcaf2130e6e094a92ab93ae8
refs/heads/master: 0003b795c310da83501fcf0329f6be7a0984647d
2 changes: 2 additions & 0 deletions trunk/drivers/serial/imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,8 @@ imx_console_setup(struct console *co, char *options)
if (co->index == -1 || co->index >= ARRAY_SIZE(imx_ports))
co->index = 0;
sport = imx_ports[co->index];
if(sport == NULL)
return -ENODEV;

if (options)
uart_parse_options(options, &baud, &parity, &bits, &flow);
Expand Down

0 comments on commit 9badf7b

Please sign in to comment.