Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353422
b: refs/heads/master
c: ecb2c17
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Mark Brown committed Jan 24, 2013
1 parent 5ba61ed commit 82c67fb
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: d58579e3c3f8b6ce623de0ca26580375852b574f
refs/heads/master: ecb2c174346f9e1b2cb671b261a16f1b9aaa66c4
4 changes: 2 additions & 2 deletions trunk/sound/soc/tegra/tegra30_ahub.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ static int tegra30_ahub_probe(struct platform_device *pdev)
clk_put(ahub->clk_apbif);
err_clk_put_d_audio:
clk_put(ahub->clk_d_audio);
ahub = 0;
ahub = NULL;
err:
return ret;
}
Expand All @@ -597,7 +597,7 @@ static int tegra30_ahub_remove(struct platform_device *pdev)
clk_put(ahub->clk_apbif);
clk_put(ahub->clk_d_audio);

ahub = 0;
ahub = NULL;

return 0;
}
Expand Down

0 comments on commit 82c67fb

Please sign in to comment.