Thread (12 messages) flat view 12 messages, 3 authors, 2014-12-09

[PATCH 4/5] media: ov2640: add a master clock for sensor

From: festevam@gmail.com (Fabio Estevam)
Date: 2014-12-08 15:10:39
Also in: linux-devicetree, linux-media

On Mon, Dec 8, 2014 at 9:29 AM, Josh Wu [off-list ref] wrote:
+       priv->master_clk = devm_clk_get(&client->dev, "xvclk");
+       if (IS_ERR(priv->master_clk))
+               return -EINVAL;
You should return PTR_ERR(priv->master_clk) instead.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help