All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20111011143453.GA29096@elgon.mountain>

diff --git a/a/1.txt b/N1/1.txt
index 5619835..6f40625 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,7 +10,7 @@ index e4b2b9e..0be517d 100644
 --- a/drivers/gpu/drm/nouveau/nva3_pm.c
 +++ b/drivers/gpu/drm/nouveau/nva3_pm.c
 @@ -112,8 +112,8 @@ nva3_pm_clock_pre(struct drm_device *dev, struct nouveau_pm_level *perflvl,
- 		return (ret = -ENOENT) ? NULL : ERR_PTR(ret);
+ 		return (ret == -ENOENT) ? NULL : ERR_PTR(ret);
  
  	off = nva3_pm_pll_offset(id);
 -	if (id < 0)
diff --git a/a/content_digest b/N1/content_digest
index 11a7a37..463b7eb 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[patch] drm/nva3: checking the wrong variable\0"
- "Date\0Tue, 11 Oct 2011 14:34:53 +0000\0"
+ "Date\0Tue, 11 Oct 2011 17:34:53 +0300\0"
  "To\0David Airlie <airlied@linux.ie>\0"
  "Cc\0kernel-janitors@vger.kernel.org"
   Ben Skeggs <bskeggs@redhat.com>
@@ -19,7 +19,7 @@
  "--- a/drivers/gpu/drm/nouveau/nva3_pm.c\n"
  "+++ b/drivers/gpu/drm/nouveau/nva3_pm.c\n"
  "@@ -112,8 +112,8 @@ nva3_pm_clock_pre(struct drm_device *dev, struct nouveau_pm_level *perflvl,\n"
- " \t\treturn (ret = -ENOENT) ? NULL : ERR_PTR(ret);\n"
+ " \t\treturn (ret == -ENOENT) ? NULL : ERR_PTR(ret);\n"
  " \n"
  " \toff = nva3_pm_pll_offset(id);\n"
  "-\tif (id < 0)\n"
@@ -30,4 +30,4 @@
  " \n"
  " \tpll = kzalloc(sizeof(*pll), GFP_KERNEL);"
 
-607aca9949f7ab14ed7fc87563bdd063a7d2aa249f825ffc340f77fd8f17407d
+e9e708e8445bec4afa407428d89dd436db1931b0d2019b95b325505d233d8dc9

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.