Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355547
b: refs/heads/master
c: 3cb9190
h: refs/heads/master
i:
  355545: eaa9118
  355543: aac0ca4
v: v3
  • Loading branch information
Prashant Gaikwad authored and Stephen Warren committed Jan 28, 2013
1 parent d81b60b commit 52ac9e6
Show file tree
Hide file tree
Showing 3 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: 52dec4c9eacc339dbf1b2ab549248df1cc6eb030
refs/heads/master: 3cb919022a7ab7628fcd69c28d475d2dbb1cb150
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi-tegra20-sflash.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ static int tegra_sflash_probe(struct platform_device *pdev)
goto exit_free_master;
}

tsd->clk = devm_clk_get(&pdev->dev, "spi");
tsd->clk = devm_clk_get(&pdev->dev, NULL);
if (IS_ERR(tsd->clk)) {
dev_err(&pdev->dev, "can not get clock\n");
ret = PTR_ERR(tsd->clk);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi-tegra20-slink.c
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ static int tegra_slink_probe(struct platform_device *pdev)
goto exit_free_master;
}

tspi->clk = devm_clk_get(&pdev->dev, "slink");
tspi->clk = devm_clk_get(&pdev->dev, NULL);
if (IS_ERR(tspi->clk)) {
dev_err(&pdev->dev, "can not get clock\n");
ret = PTR_ERR(tspi->clk);
Expand Down

0 comments on commit 52ac9e6

Please sign in to comment.