Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324719
b: refs/heads/master
c: 4344379
h: refs/heads/master
i:
  324717: 0e3040b
  324715: 89da99d
  324711: 4257b2e
  324703: 1ea12a9
v: v3
  • Loading branch information
Marc Dietrich authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent 539f18c commit ef46b01
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: 4f19b38f135aaf3c71198bb55cb7a88693a4ba00
refs/heads/master: 4344379f63d3bf16d4f2cb3d6b3f3be12704173f
2 changes: 1 addition & 1 deletion trunk/drivers/staging/nvec/nvec.c
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ static int __devinit tegra_nvec_probe(struct platform_device *pdev)
return -ENODEV;
}

i2c_clk = clk_get_sys("tegra-i2c.2", NULL);
i2c_clk = clk_get_sys("tegra-i2c.2", "div-clk");
if (IS_ERR(i2c_clk)) {
dev_err(nvec->dev, "failed to get controller clock\n");
return -ENODEV;
Expand Down

0 comments on commit ef46b01

Please sign in to comment.