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

diff --git a/a/1.txt b/N1/1.txt
index 12a8d69..7199c0b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -18,7 +18,7 @@ index e3a7502..f96f7b8 100644
  	int rv, err, value;
  
  	value = asus_wmi_get_devstate_simple(asus, devid);
--	if (value = -ENODEV)	/* Check device presence */
+-	if (value == -ENODEV)	/* Check device presence */
 +	if (value < 0)
  		return value;
  
diff --git a/a/content_digest b/N1/content_digest
index ef736ec..597ceb9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[patch] asus-wmi: fix error handling in store_sys_wmi()\0"
- "Date\0Tue, 10 Nov 2015 22:18:16 +0000\0"
+ "Date\0Wed, 11 Nov 2015 01:18:16 +0300\0"
  "To\0Corentin Chary <corentin.chary@gmail.com>\0"
  "Cc\0Darren Hart <dvhart@infradead.org>"
   acpi4asus-user@lists.sourceforge.net
@@ -28,10 +28,10 @@
  " \tint rv, err, value;\n"
  " \n"
  " \tvalue = asus_wmi_get_devstate_simple(asus, devid);\n"
- "-\tif (value = -ENODEV)\t/* Check device presence */\n"
+ "-\tif (value == -ENODEV)\t/* Check device presence */\n"
  "+\tif (value < 0)\n"
  " \t\treturn value;\n"
  " \n"
  " \trv = parse_arg(buf, count, &value);"
 
-2f6972ca7aaa38d8d71e3164650736e3d01696fa04b82b9e268887fcf0da37ee
+f3025a55b876aa1e3a137778a8ec3de891a91f98bed045b3609dd5bf688baad9

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.