Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198391
b: refs/heads/master
c: 9fcce0b
h: refs/heads/master
i:
  198389: e61adf0
  198387: 32457a8
  198383: dbc8305
v: v3
  • Loading branch information
Greg Ungerer committed May 24, 2010
1 parent 817cd7f commit ff8897a
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: 91d60417212fa6b100107384c5e4f5663ab69c8f
refs/heads/master: 9fcce0baea6628af935b1b485d6606a5a377a052
2 changes: 1 addition & 1 deletion trunk/drivers/serial/68328serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@ int m68328_console_setup(struct console *cp, char *arg)
for (i = 0; i < ARRAY_SIZE(baud_table); i++)
if (baud_table[i] == n)
break;
if (i < BAUD_TABLE_SIZE) {
if (i < ARRAY_SIZE(baud_table)) {
m68328_console_baud = n;
m68328_console_cbaud = 0;
if (i > 15) {
Expand Down

0 comments on commit ff8897a

Please sign in to comment.