commit | 8833c01af6aa8e42fcbc74d76646ead05d0183a7 | [log] [tgz] |
---|---|---|
author | Vaishali Thakkar <vthakkar1994@gmail.com> | Mon Aug 03 17:27:34 2015 +0530 |
committer | Mark Brown <broonie@kernel.org> | Wed Aug 05 14:01:43 2015 +0100 |
tree | 22cf48d80a74a6bd6f30bbde9a22a02becbf80c0 | |
parent | bc0195aad0daa2ad5b0d76cce22b167bc3435590 [diff] |
ASoC: tegra: Use devm_clk_get This patch introduces the use of managed resource function devm_clk_get instead of clk_get and removes corresponding calls to clk_put in the probe and remove functions. To be compatible with the change various gotos are replaced with direct returns, and unneeded labels are dropped. Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>