Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88117
b: refs/heads/master
c: 049c9d4
h: refs/heads/master
i:
  88115: a0cf563
v: v3
  • Loading branch information
Kumar Gala committed Mar 31, 2008
1 parent 8b9f268 commit 960e8cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 96ce1b6dc5824cc6027c954b9a2e4717c70e01b5
refs/heads/master: 049c9d45531d9825bf737891163a794fca1421c5
8 changes: 4 additions & 4 deletions trunk/drivers/dma/fsldma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1021,11 +1021,11 @@ const u32 mpc8349_dma_ip_feature = FSL_DMA_IP_83XX | FSL_DMA_LITTLE_ENDIAN;

static struct of_device_id of_fsl_dma_chan_ids[] = {
{
.compatible = "fsl,mpc8540-dma-channel",
.compatible = "fsl,eloplus-dma-channel",
.data = (void *)&mpc8540_dma_ip_feature,
},
{
.compatible = "fsl,mpc8349-dma-channel",
.compatible = "fsl,elo-dma-channel",
.data = (void *)&mpc8349_dma_ip_feature,
},
{}
Expand Down Expand Up @@ -1107,8 +1107,8 @@ static int __devinit of_fsl_dma_probe(struct of_device *dev,
}

static struct of_device_id of_fsl_dma_ids[] = {
{ .compatible = "fsl,mpc8540-dma", },
{ .compatible = "fsl,mpc8349-dma", },
{ .compatible = "fsl,eloplus-dma", },
{ .compatible = "fsl,elo-dma", },
{}
};

Expand Down

0 comments on commit 960e8cd

Please sign in to comment.