2 Jul
2019
2 Jul
'19
3:44 p.m.
On Fri, Jun 28, 2019 at 01:09:00PM +0900, Kuninori Morimoto wrote:
struct ep93xx_i2s_info *info = dev_get_drvdata(&pdev->dev);
- snd_soc_unregister_component(&pdev->dev); clk_put(info->lrclk); clk_put(info->sclk); clk_put(info->mclk);
I'll apply this one since it already has issues with the platform registration and the fix is to convert to devm_clk_get().