Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145337
b: refs/heads/master
c: b898f4f
h: refs/heads/master
i:
  145335: 63df548
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed May 29, 2009
1 parent 5480a9e commit ae9c1fb
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: e767e0561d7fd2333df1921f1ab4176211f9036b
refs/heads/master: b898f4f869da5b9d41f297fff87aca4cd42d80b3
2 changes: 1 addition & 1 deletion trunk/drivers/serial/mpc52xx_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ mpc52xx_console_setup(struct console *co, char *options)
pr_debug("mpc52xx_console_setup co=%p, co->index=%i, options=%s\n",
co, co->index, options);

if ((co->index < 0) || (co->index > MPC52xx_PSC_MAXNUM)) {
if ((co->index < 0) || (co->index >= MPC52xx_PSC_MAXNUM)) {
pr_debug("PSC%x out of range\n", co->index);
return -EINVAL;
}
Expand Down

0 comments on commit ae9c1fb

Please sign in to comment.