j
k
j a
j l
Shengjiu Wang wrote:
if (ssi_private->soc->imx) clk_prepare_enable(ssi_private->clk);
clk_prepare_enable(ssi_private->clk);
How about this instead?
if (ssi_private->clk) clk_prepare_enable(ssi_private->clk);
Back to the thread
Back to the list