Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127151
b: refs/heads/master
c: 09b7f4a
h: refs/heads/master
i:
  127149: 96ecbf1
  127147: cb88504
  127143: 4d81da5
  127135: 242fa79
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Jan 7, 2009
1 parent a499a1c commit 7ef3286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4934540d9fd49c13dd1fbef640fcdad75e9a3329
refs/heads/master: 09b7f4ad507bacd9c24d57966d23c4c715240dda
4 changes: 2 additions & 2 deletions trunk/arch/blackfin/kernel/early_printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ static struct console * __init earlyserial_init(char *buf)
cflag |= CS5;
break;
case 6:
cflag |= CS5;
cflag |= CS6;
break;
case 7:
cflag |= CS5;
cflag |= CS7;
break;
default:
cflag |= CS8;
Expand Down

0 comments on commit 7ef3286

Please sign in to comment.