Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288072
b: refs/heads/master
c: ff424aa
h: refs/heads/master
v: v3
  • Loading branch information
Roland Stigge committed Feb 27, 2012
1 parent 0af19d7 commit 0d2a028
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: 2707208ee8a80dbbd5426f5aa1a934f766825bb5
refs/heads/master: ff424aa4c89d19082e8ae5a3351006bc8a4cd91b
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-lpc32xx/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ void __init lpc32xx_serial_init(void)

/* This needs to be done after all UART clocks are setup */
__raw_writel(clkmodes, LPC32XX_UARTCTL_CLKMODE);
for (i = 0; i < ARRAY_SIZE(uartinit_data) - 1; i++) {
for (i = 0; i < ARRAY_SIZE(uartinit_data); i++) {
/* Force a flush of the RX FIFOs to work around a HW bug */
puart = serial_std_platform_data[i].mapbase;
__raw_writel(0xC1, LPC32XX_UART_IIR_FCR(puart));
Expand Down

0 comments on commit 0d2a028

Please sign in to comment.