|
@@ -819,7 +819,7 @@ static void dz_console_putchar(struct uart_port *uport, int ch)
|
|
dz_out(dport, DZ_TCR, mask);
|
|
dz_out(dport, DZ_TCR, mask);
|
|
iob();
|
|
iob();
|
|
udelay(2);
|
|
udelay(2);
|
|
- } while (loops--);
|
|
|
|
|
|
+ } while (--loops);
|
|
|
|
|
|
if (loops) /* Cannot send otherwise. */
|
|
if (loops) /* Cannot send otherwise. */
|
|
dz_out(dport, DZ_TDR, ch);
|
|
dz_out(dport, DZ_TDR, ch);
|