All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <520C4879.7000204@roeck-us.net>

diff --git a/a/1.txt b/N1/1.txt
index 51fe074..1894048 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -16,7 +16,7 @@ On 08/14/2013 02:11 AM, Julia Lawall wrote:
 >
 > - res = platform_get_resource(pdev, IORESOURCE_MEM, n);
 >    ... when != res
-> - if (res = NULL) { ... \(goto l;\|return ret;\) }
+> - if (res == NULL) { ... \(goto l;\|return ret;\) }
 >    ... when != res
 > + res = platform_get_resource(pdev, IORESOURCE_MEM, n);
 >    e = devm_ioremap_resource(e1, res);
diff --git a/a/content_digest b/N1/content_digest
index a7540ad..6ac6f94 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01376471493-22215-20-git-send-email-Julia.Lawall@lip6.fr\0"
  "From\0Guenter Roeck <linux@roeck-us.net>\0"
  "Subject\0Re: [PATCH 19/29] watchdog: ts72xx_wdt: simplify use of devm_ioremap_resource\0"
- "Date\0Thu, 15 Aug 2013 03:18:17 +0000\0"
+ "Date\0Wed, 14 Aug 2013 20:18:17 -0700\0"
  "To\0Julia Lawall <Julia.Lawall@lip6.fr>\0"
  "Cc\0Wim Van Sebroeck <wim@iguana.be>"
   kernel-janitors@vger.kernel.org
@@ -28,7 +28,7 @@
  ">\n"
  "> - res = platform_get_resource(pdev, IORESOURCE_MEM, n);\n"
  ">    ... when != res\n"
- "> - if (res = NULL) { ... \\(goto l;\\|return ret;\\) }\n"
+ "> - if (res == NULL) { ... \\(goto l;\\|return ret;\\) }\n"
  ">    ... when != res\n"
  "> + res = platform_get_resource(pdev, IORESOURCE_MEM, n);\n"
  ">    e = devm_ioremap_resource(e1, res);\n"
@@ -38,4 +38,4 @@
  ">\n"
  Reviewed-by: Guenter Roeck <linux@roeck-us.net>
 
-941eb82c0866a7442654be7b47114b5fe26d141874dfb2091e1305fe6591aa2f
+051853dd9e7162f5997fc52b2c7ca0b86e43a4844940ee1cec37ddcdfbd0972f

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.