Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138425
b: refs/heads/master
c: d9f0c5f
h: refs/heads/master
i:
  138423: ddefa1c
v: v3
  • Loading branch information
Grant Likely committed Feb 4, 2009
1 parent b6b7dca commit ecc7ae0
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: b8842451079a3034363320b932205d9cea791e9d
refs/heads/master: d9f0c5f9bc74f16d0ea0f6c518b209e48783a796
2 changes: 1 addition & 1 deletion trunk/drivers/serial/mpc52xx_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ mpc52xx_uart_startup(struct uart_port *port)

/* Request IRQ */
ret = request_irq(port->irq, mpc52xx_uart_int,
IRQF_DISABLED | IRQF_SAMPLE_RANDOM | IRQF_SHARED,
IRQF_DISABLED | IRQF_SAMPLE_RANDOM,
"mpc52xx_psc_uart", port);
if (ret)
return ret;
Expand Down

0 comments on commit ecc7ae0

Please sign in to comment.