Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187419
b: refs/heads/master
c: 639b9be
h: refs/heads/master
i:
  187417: 4714a4e
  187415: 8ffd822
v: v3
  • Loading branch information
H Hartley Sweeten authored and Nicolas Pitre committed Feb 5, 2010
1 parent df582c7 commit 65b65f3
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: 3e3e65fc425588a4a4b9143d7dfe40e52a2bf0be
refs/heads/master: 639b9be60ec2045a0a59b2ea33479937c4b5acef
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-dove/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ static struct platform_device dove_xor00_channel = {
.dev = {
.dma_mask = &dove_xor0_dmamask,
.coherent_dma_mask = DMA_BIT_MASK(64),
.platform_data = (void *)&dove_xor00_data,
.platform_data = &dove_xor00_data,
},
};

Expand All @@ -631,7 +631,7 @@ static struct platform_device dove_xor01_channel = {
.dev = {
.dma_mask = &dove_xor0_dmamask,
.coherent_dma_mask = DMA_BIT_MASK(64),
.platform_data = (void *)&dove_xor01_data,
.platform_data = &dove_xor01_data,
},
};

Expand Down Expand Up @@ -704,7 +704,7 @@ static struct platform_device dove_xor10_channel = {
.dev = {
.dma_mask = &dove_xor1_dmamask,
.coherent_dma_mask = DMA_BIT_MASK(64),
.platform_data = (void *)&dove_xor10_data,
.platform_data = &dove_xor10_data,
},
};

Expand All @@ -730,7 +730,7 @@ static struct platform_device dove_xor11_channel = {
.dev = {
.dma_mask = &dove_xor1_dmamask,
.coherent_dma_mask = DMA_BIT_MASK(64),
.platform_data = (void *)&dove_xor11_data,
.platform_data = &dove_xor11_data,
},
};

Expand Down

0 comments on commit 65b65f3

Please sign in to comment.