All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160203153359.GA2884@mwanda>

diff --git a/a/1.txt b/N1/1.txt
index 2e3faab..1e6242f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -11,9 +11,9 @@ index 082ff56..317ef63 100644
  	memcpy(&priv->ctrl, p, sizeof(priv->ctrl));
  	if (p->fname) {
  		priv->ctrl.fname = kstrdup(p->fname, GFP_KERNEL);
--		if (priv->ctrl.fname = NULL)
+-		if (priv->ctrl.fname == NULL)
 -			return -ENOMEM;
-+		if (priv->ctrl.fname = NULL) {
++		if (priv->ctrl.fname == NULL) {
 +			rc = -ENOMEM;
 +			goto unlock;
 +		}
diff --git a/a/content_digest b/N1/content_digest
index 48756c9..fb56ade 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[patch] [media] xc2028: unlock on error in xc2028_set_config()\0"
- "Date\0Wed, 03 Feb 2016 15:34:00 +0000\0"
+ "Date\0Wed, 3 Feb 2016 18:34:00 +0300\0"
  "To\0Mauro Carvalho Chehab <mchehab@osg.samsung.com>\0"
  "Cc\0linux-media@vger.kernel.org"
   linux-kernel@vger.kernel.org
@@ -20,9 +20,9 @@
  " \tmemcpy(&priv->ctrl, p, sizeof(priv->ctrl));\n"
  " \tif (p->fname) {\n"
  " \t\tpriv->ctrl.fname = kstrdup(p->fname, GFP_KERNEL);\n"
- "-\t\tif (priv->ctrl.fname = NULL)\n"
+ "-\t\tif (priv->ctrl.fname == NULL)\n"
  "-\t\t\treturn -ENOMEM;\n"
- "+\t\tif (priv->ctrl.fname = NULL) {\n"
+ "+\t\tif (priv->ctrl.fname == NULL) {\n"
  "+\t\t\trc = -ENOMEM;\n"
  "+\t\t\tgoto unlock;\n"
  "+\t\t}\n"
@@ -38,4 +38,4 @@
  " \n"
  " \treturn rc;"
 
-81e11837ff166a01487cd16fb97aabe386e0e1e793dc3e0d5c23cb966370c80d
+806ff4689a07c02a929ed892300290ffaa11b42cd521f807c653b22ad6131213

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.