On 09/23/2013 11:36 AM, Juergen Beisert wrote:

+       lradc->clk = devm_clk_get(&pdev->dev, NULL);
+       clk_prepare_enable(lradc->clk);

clk_prepare_enable() may fail, so better check its return value.

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to