Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 769
b: refs/heads/master
c: 5b052d8
h: refs/heads/master
i:
  767: 5686ca0
v: v3
  • Loading branch information
Patrick Gefre authored and Linus Torvalds committed May 1, 2005
1 parent bea1bae commit 896ab12
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: 68985e486b708671a7c7d0b4de6d94a1547d1351
refs/heads/master: 5b052d8bb3ad9108489e7475868e14372774ca08
2 changes: 1 addition & 1 deletion trunk/drivers/serial/ioc4_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ static int inline port_init(struct ioc4_port *port)
port->ip_tx_prod = readl(&port->ip_serial_regs->stcir) & PROD_CONS_MASK;
writel(port->ip_tx_prod, &port->ip_serial_regs->stpir);
port->ip_rx_cons = readl(&port->ip_serial_regs->srpir) & PROD_CONS_MASK;
writel(port->ip_rx_cons, &port->ip_serial_regs->srcir);
writel(port->ip_rx_cons | IOC4_SRCIR_ARM, &port->ip_serial_regs->srcir);

/* Disable interrupts for this 16550 */
uart = port->ip_uart_regs;
Expand Down

0 comments on commit 896ab12

Please sign in to comment.