Loading sound/soc/codecs/wcd9335.c +1 −2 Original line number Diff line number Diff line Loading @@ -9481,8 +9481,6 @@ static int tasha_codec_remove(struct snd_soc_codec *codec) /* Cleanup MBHC */ /* Cleanup resmgr */ devm_kfree(codec->dev, tasha); return 0; } Loading Loading @@ -9857,6 +9855,7 @@ static int tasha_remove(struct platform_device *pdev) tasha = platform_get_drvdata(pdev); clk_put(tasha->wcd_ext_clk); devm_kfree(&pdev->dev, tasha); snd_soc_unregister_codec(&pdev->dev); return 0; } Loading Loading
sound/soc/codecs/wcd9335.c +1 −2 Original line number Diff line number Diff line Loading @@ -9481,8 +9481,6 @@ static int tasha_codec_remove(struct snd_soc_codec *codec) /* Cleanup MBHC */ /* Cleanup resmgr */ devm_kfree(codec->dev, tasha); return 0; } Loading Loading @@ -9857,6 +9855,7 @@ static int tasha_remove(struct platform_device *pdev) tasha = platform_get_drvdata(pdev); clk_put(tasha->wcd_ext_clk); devm_kfree(&pdev->dev, tasha); snd_soc_unregister_codec(&pdev->dev); return 0; } Loading