Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17789
b: refs/heads/master
c: 082f2c1
h: refs/heads/master
i:
  17787: 29f1223
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jan 10, 2006
1 parent 3817b23 commit b7bd533
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: 892b62527fb3cd6753d6d2b79b5f21259f344cf5
refs/heads/master: 082f2c1cc7aa7aabdbf5235b788ff42e10abb399
2 changes: 1 addition & 1 deletion trunk/drivers/serial/mcfserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ static void mcfrs_irqinit(struct mcf_serial *info)

icrp = (volatile unsigned char *) (MCF_MBAR + MCFICM_INTC0 +
MCFINTC_ICR0 + MCFINT_UART0 + info->line);
*icrp = 0x33; /* UART0 with level 6, priority 3 */
*icrp = 0x30 + info->line; /* level 6, line based priority */

imrp = (volatile unsigned long *) (MCF_MBAR + MCFICM_INTC0 +
MCFINTC_IMRL);
Expand Down

0 comments on commit b7bd533

Please sign in to comment.