Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295350
b: refs/heads/master
c: cfbd209
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Jan 25, 2012
1 parent af61413 commit 27ada3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0dada61a29ddaaca5985c76aafec341b4ad3e989
refs/heads/master: cfbd209f34cb98cc8471ff722dfd7412710d395b
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-lpc32xx/phy3250.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ static struct amba_device lpc32xx_clcd_device = {
.flags = IORESOURCE_MEM,
},
.dma_mask = ~0,
.irq = {IRQ_LPC32XX_LCD, NO_IRQ},
.irq = {IRQ_LPC32XX_LCD},
};

/*
Expand Down Expand Up @@ -203,7 +203,7 @@ static struct amba_device lpc32xx_ssp0_device = {
.flags = IORESOURCE_MEM,
},
.dma_mask = ~0,
.irq = {IRQ_LPC32XX_SSP0, NO_IRQ},
.irq = {IRQ_LPC32XX_SSP0},
};

/* AT25 driver registration */
Expand Down

0 comments on commit 27ada3c

Please sign in to comment.