On 04/05/15 13:26, Mark Brown wrote:
On Thu, Apr 30, 2015 at 06:17:24PM +0100, Srinivas Kandagatla wrote:+ if (!drvdata->variant->no_osr_clk) { + ret = clk_prepare_enable(drvdata->mi2s_osr_clk[dai->id]);Can we do this by checking to see if the clock is set to IS_ERR() instead? That's what we're doing elsewhere for possibly optional clocks.
Yes, I think that should be possible, I will fix it in next version. --srini -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

