Kevin Hilman <khilman@xxxxxxxxxxxxxxxxxxx> 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html