Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316651
b: refs/heads/master
c: cd9092c
h: refs/heads/master
i:
  316649: fc0a3ac
  316647: 9f5b38b
v: v3
  • Loading branch information
Laxman Dewangan authored and Vinod Koul committed Jul 13, 2012
1 parent 3e7be71 commit 5656d03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 4a46ba36e25dcff1d30eb1681135c3c10af71c16
refs/heads/master: cd9092c6eabe898ff5aeb1c14c2509ea9d1f0080
6 changes: 3 additions & 3 deletions trunk/drivers/dma/tegra20-apb-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1180,10 +1180,10 @@ static struct tegra_dma_chip_data tegra30_dma_chip_data = {

static const struct of_device_id tegra_dma_of_match[] __devinitconst = {
{
.compatible = "nvidia,tegra30-apbdma-new",
.compatible = "nvidia,tegra30-apbdma",
.data = &tegra30_dma_chip_data,
}, {
.compatible = "nvidia,tegra20-apbdma-new",
.compatible = "nvidia,tegra20-apbdma",
.data = &tegra20_dma_chip_data,
}, {
},
Expand Down Expand Up @@ -1398,7 +1398,7 @@ static const struct dev_pm_ops tegra_dma_dev_pm_ops __devinitconst = {

static struct platform_driver tegra_dmac_driver = {
.driver = {
.name = "tegra20-apbdma",
.name = "tegra-apbdma",
.owner = THIS_MODULE,
.pm = &tegra_dma_dev_pm_ops,
.of_match_table = of_match_ptr(tegra_dma_of_match),
Expand Down

0 comments on commit 5656d03

Please sign in to comment.