Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32543
b: refs/heads/master
c: c65b15c
h: refs/heads/master
i:
  32541: f2759b7
  32539: f70169c
  32535: 18521f4
  32527: bbcc438
  32511: fc2e117
v: v3
  • Loading branch information
Julien BLACHE authored and Russell King committed Jul 9, 2006
1 parent 3922d14 commit c099468
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d608ab9917fbe9926704c07b27df72ac78133870
refs/heads/master: c65b15cfd6b8b74c6f2b3635bf47ee661d351ef3
3 changes: 1 addition & 2 deletions trunk/drivers/serial/ip22zilog.c
Original file line number Diff line number Diff line change
Expand Up @@ -1143,9 +1143,8 @@ static void __init ip22zilog_prepare(void)
up[(chip * 2) + 1].port.fifosize = 1;
up[(chip * 2) + 1].port.ops = &ip22zilog_pops;
up[(chip * 2) + 1].port.type = PORT_IP22ZILOG;
up[(chip * 2) + 1].port.flags |= IP22ZILOG_FLAG_IS_CHANNEL_A;
up[(chip * 2) + 1].port.line = (chip * 2) + 1;
up[(chip * 2) + 1].flags = 0;
up[(chip * 2) + 1].flags |= IP22ZILOG_FLAG_IS_CHANNEL_A;
}
}

Expand Down

0 comments on commit c099468

Please sign in to comment.