Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93958
b: refs/heads/master
c: 1ecf0d0
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Apr 28, 2008
1 parent 441e5c7 commit 2e07137
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: 556637cdabcd5918c7d4a1a2679b8f86fc81e891
refs/heads/master: 1ecf0d0cd28a4bfed3009f752061998e52d14db2
2 changes: 1 addition & 1 deletion trunk/drivers/serial/dz.c
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ static void dz_console_putchar(struct uart_port *uport, int ch)
dz_out(dport, DZ_TCR, mask);
iob();
udelay(2);
} while (loops--);
} while (--loops);

if (loops) /* Cannot send otherwise. */
dz_out(dport, DZ_TDR, ch);
Expand Down

0 comments on commit 2e07137

Please sign in to comment.