[alsa-devel] [PATCH V1] ASoC: fsl_ssi: refine ipg clock usage in this module
Mark Brown
broonie at kernel.org
Tue Sep 9 17:21:14 CEST 2014
On Tue, Sep 09, 2014 at 08:17:51AM -0500, Timur Tabi wrote:
> Shengjiu Wang wrote:
> >+ if (ssi_private->soc->imx)
> >+ clk_prepare_enable(ssi_private->clk);
> How about this instead?
> if (ssi_private->clk)
> clk_prepare_enable(ssi_private->clk);
Should be a !IS_ERR() - NULL is a valid clock.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20140909/5fadf45b/attachment.sig>
More information about the Alsa-devel
mailing list