All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20120823015100.GA24471@lizard>

diff --git a/a/1.txt b/N1/1.txt
index f241c34..efef886 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -15,7 +15,7 @@ On Sun, Aug 19, 2012 at 10:44:22AM +0200, Julia Lawall wrote:
 > +++ b/drivers/power/ab8500_btemp.c
 > @@ -1014,6 +1014,7 @@ static int __devinit ab8500_btemp_probe(struct platform_device *pdev)
 >  		create_singlethread_workqueue("ab8500_btemp_wq");
->  	if (di->btemp_wq = NULL) {
+>  	if (di->btemp_wq == NULL) {
 >  		dev_err(di->dev, "failed to create work queue\n");
 > +		ret = -ENOMEM;
 >  		goto free_device_info;
diff --git a/a/content_digest b/N1/content_digest
index ceeb265..de232da 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01345365870-29831-7-git-send-email-Julia.Lawall@lip6.fr\0"
  "From\0Anton Vorontsov <anton.vorontsov@linaro.org>\0"
  "Subject\0Re: [PATCH 2/14] drivers/power/ab8500_btemp.c: fix error return code\0"
- "Date\0Thu, 23 Aug 2012 01:51:01 +0000\0"
+ "Date\0Wed, 22 Aug 2012 18:51:01 -0700\0"
  "To\0Julia Lawall <Julia.Lawall@lip6.fr>\0"
  "Cc\0kernel-janitors@vger.kernel.org"
   David Woodhouse <dwmw2@infradead.org>
@@ -26,11 +26,11 @@
  "> +++ b/drivers/power/ab8500_btemp.c\n"
  "> @@ -1014,6 +1014,7 @@ static int __devinit ab8500_btemp_probe(struct platform_device *pdev)\n"
  ">  \t\tcreate_singlethread_workqueue(\"ab8500_btemp_wq\");\n"
- ">  \tif (di->btemp_wq = NULL) {\n"
+ ">  \tif (di->btemp_wq == NULL) {\n"
  ">  \t\tdev_err(di->dev, \"failed to create work queue\\n\");\n"
  "> +\t\tret = -ENOMEM;\n"
  ">  \t\tgoto free_device_info;\n"
  ">  \t}\n"
  >
 
-6b12ec1b3851df263eb4728f1ad3fd16ad3d3ee3dc7b3e3025178d3becceab84
+bf6e76c531b15f08abba88eb7fc021ac3156915561d67a68ed30318bf9300d39

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.