Re: [PATCH V2] ASoC: fsl_ssi: refine ipg clock usage in this module

From: Timur Tabi
Date: Thu Sep 11 2014 - 22:44:08 EST


Shengjiu Wang wrote:
+ ret = clk_prepare_enable(ssi_private->clk);
+ if (ret)
+ return ret;

Will this work on PowerPC, where ssi_private->clk is always NULL?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/