commit | 9cb0fe9b0ee178474245a0a402eb628a3fb9a64a | [log] [tgz] |
---|---|---|
author | Himangi Saraogi <himangi774@gmail.com> | Fri Jul 11 09:44:06 2014 +0530 |
committer | Mark Brown <broonie@linaro.org> | Mon Jul 14 19:02:45 2014 +0100 |
tree | 38b4f8257f6f5210c50548083ce603db0cc41663 | |
parent | 159baadf59416d9ddf860bac9f39e19a04b21603 [diff] |
ASoC: omap-dmic: Use devm_clk_get This patch introduces the use of managed interfaces like devm_clk_get and does away with the clk_puts in the probe and remove functions. A label is also done away with. Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@linaro.org>