Kevin Hilman <[email protected]> writes:

[...]

> +     iclk = clk_get(NULL, "hsotgusb_ick");
> +     if (WARN_ON(!iclk))
> +             goto out;

doh, this error check is wrong and will never fail.
Need to use IS_ERR().  v5 spinning up...


Kevin
--
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

Reply via email to