All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <2078986.UahPtJ6YpD@avalon>

diff --git a/a/1.txt b/N1/1.txt
index 7bdc6cf..1536d45 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -108,7 +108,7 @@ below) ?
 > -	priv->clk = v4l2_clk_get(&client->dev, "mclk");
 > -	if (IS_ERR(priv->clk)) {
 > +	priv->clk = clk_get(&client->dev, "mclk");
-> +	if (PTR_ERR(priv->clk) == -ENOENT) {
+> +	if (PTR_ERR(priv->clk) = -ENOENT) {
 > +		priv->clk = NULL;
 > +	} else if (IS_ERR(priv->clk)) {
 > +		dev_err(&client->dev, "Unable to get mclk clock\n");
diff --git a/a/content_digest b/N1/content_digest
index bef39a8..a21b33e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01510743363-25798-9-git-send-email-jacopo+renesas@jmondi.org\0"
  "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
  "Subject\0Re: [PATCH v1 08/10] media: i2c: ov772x: Remove soc_camera dependencies\0"
- "Date\0Mon, 11 Dec 2017 16:47:55 +0200\0"
+ "Date\0Mon, 11 Dec 2017 14:47:55 +0000\0"
  "To\0Jacopo Mondi <jacopo+renesas@jmondi.org>\0"
  "Cc\0magnus.damm@gmail.com"
   geert@glider.be
@@ -124,7 +124,7 @@
  "> -\tpriv->clk = v4l2_clk_get(&client->dev, \"mclk\");\n"
  "> -\tif (IS_ERR(priv->clk)) {\n"
  "> +\tpriv->clk = clk_get(&client->dev, \"mclk\");\n"
- "> +\tif (PTR_ERR(priv->clk) == -ENOENT) {\n"
+ "> +\tif (PTR_ERR(priv->clk) = -ENOENT) {\n"
  "> +\t\tpriv->clk = NULL;\n"
  "> +\t} else if (IS_ERR(priv->clk)) {\n"
  "> +\t\tdev_err(&client->dev, \"Unable to get mclk clock\\n\");\n"
@@ -201,4 +201,4 @@
  "\n"
  Laurent Pinchart
 
-3cc82e7a353cdf10f6acef077033f045080520444cc219eef1ba6874356643ef
+8783a2424f75d5e841da02d26fa51f4fe4dab69a03de642fa116d55824319961

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.