diff for duplicates of <1318371976.2259.1.camel@nisroch> diff --git a/a/1.txt b/N1/1.txt index de048ad..676207a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,7 +15,7 @@ Ben. > --- 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 e287fb3..b4d8c47 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020111011143453.GA29096@elgon.mountain\0" "From\0Ben Skeggs <bskeggs@redhat.com>\0" "Subject\0Re: [patch] drm/nva3: checking the wrong variable\0" - "Date\0Tue, 11 Oct 2011 22:26:16 +0000\0" + "Date\0Wed, 12 Oct 2011 08:26:16 +1000\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0kernel-janitors@vger.kernel.org" " dri-devel@lists.freedesktop.org\0" @@ -24,7 +24,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" @@ -35,4 +35,4 @@ "> \n" "> \tpll = kzalloc(sizeof(*pll), GFP_KERNEL);" -4551ed546ba1802b199709543241f5606ada726e37930ea15f9abe6ac0920be0 +8cc7ae3cd8715cba99047d59a9b2b6fd85178992610ba9b37f029b441d64d500
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.