Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332749
b: refs/heads/master
c: 24b82d3
h: refs/heads/master
i:
  332747: 6adc0b7
v: v3
  • Loading branch information
Fabio Estevam authored and David Woodhouse committed Sep 29, 2012
1 parent 6b18120 commit d99bf2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ddf16d620bd80b3c99160acd336c985b70399e37
refs/heads/master: 24b82d3c350dfc16cd4a7de87ca0959ff5fbaa15
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/mxc_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ static int __devinit mxcnd_probe(struct platform_device *pdev)
this->write_buf = mxc_nand_write_buf;
this->read_buf = mxc_nand_read_buf;

host->clk = devm_clk_get(&pdev->dev, "nfc");
host->clk = devm_clk_get(&pdev->dev, NULL);
if (IS_ERR(host->clk))
return PTR_ERR(host->clk);

Expand Down

0 comments on commit d99bf2f

Please sign in to comment.