Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326348
b: refs/heads/master
c: 83a1ef2
h: refs/heads/master
v: v3
  • Loading branch information
Laxman Dewangan authored and Uwe Kleine-König committed Sep 11, 2012
1 parent 38d931f commit b59307e
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: 639397e48684b75c3476138ab1bfa5a67d6c2048
refs/heads/master: 83a1ef2eb68cffda5940568b8c3f48daa5ab9d0c
4 changes: 2 additions & 2 deletions trunk/drivers/dma/tegra20-apb-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ struct tegra_dma {
struct clk *dma_clk;
spinlock_t global_lock;
void __iomem *base_addr;
struct tegra_dma_chip_data *chip_data;
const struct tegra_dma_chip_data *chip_data;

/* Some register need to be cache before suspend */
u32 reg_gen;
Expand Down Expand Up @@ -1197,7 +1197,7 @@ static int __devinit tegra_dma_probe(struct platform_device *pdev)
struct tegra_dma *tdma;
int ret;
int i;
struct tegra_dma_chip_data *cdata = NULL;
const struct tegra_dma_chip_data *cdata = NULL;

if (pdev->dev.of_node) {
const struct of_device_id *match;
Expand Down

0 comments on commit b59307e

Please sign in to comment.