On Mon, Aug 13, 2012 at 05:22:40PM +0300, Peter Ujfalusi wrote:
> + fck_src = clk_get(mcbsp->dev, src);
> + if (IS_ERR_OR_NULL(fck_src)) {I know the same error is in the original code, but let's stop propagating it. IS_ERR() only here please. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
