Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14127
b: refs/heads/master
c: 4667773
h: refs/heads/master
i:
  14125: b35dbeb
  14123: ee01574
  14119: 431fb8a
  14111: 9ea6f6f
v: v3
  • Loading branch information
Ralf Baechle authored and Russell King committed Nov 12, 2005
1 parent 229c689 commit c761a95
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: fd8c597214f868df7c0055c54e27baaae8df9e70
refs/heads/master: 46677736bec5c44601987e8780e55bc242e0aa46
4 changes: 2 additions & 2 deletions trunk/drivers/serial/dz.c
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,9 @@ static void __init dz_init_ports(void)

if (mips_machtype == MACH_DS23100 ||
mips_machtype == MACH_DS5100)
base = (unsigned long) KN01_DZ11_BASE;
base = CKSEG1ADDR(KN01_SLOT_BASE + KN01_DZ11);
else
base = (unsigned long) KN02_DZ11_BASE;
base = CKSEG1ADDR(KN02_SLOT_BASE + KN02_DZ11);

for (i = 0, dport = dz_ports; i < DZ_NB_PORT; i++, dport++) {
spin_lock_init(&dport->port.lock);
Expand Down

0 comments on commit c761a95

Please sign in to comment.