diff for duplicates of <87pqghygbv.fsf@free.fr> diff --git a/a/1.txt b/N1/1.txt index 1f772ce..3125de5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -21,7 +21,7 @@ The doc_release_device() is an excellent catch. I wonder how you found it. > - ret = 0; > for (floor = 0; floor < DOC_MAX_NBFLOORS; floor++) { > mtd = doc_probe_device(base, floor, dev); -> - if (floor = 0 && !mtd) +> - if (floor == 0 && !mtd) > - goto notfound; > - if (!IS_ERR_OR_NULL(mtd)) > - ret = mtd_device_parse_register(mtd, part_probes, @@ -32,7 +32,7 @@ The doc_release_device() is an excellent catch. I wonder how you found it. > + goto err_probe; > + } > + if (!mtd) { -> + if (floor = 0) +> + if (floor == 0) > + goto notfound; > + else > + continue; diff --git a/a/content_digest b/N1/content_digest index b41c4d2..1a352ec 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020111124072117.GC14122@elgon.mountain\0" "From\0Robert Jarzmik <robert.jarzmik@free.fr>\0" "Subject\0Re: [patch] mtd/docg3: fix error handling in docg3_probe()\0" - "Date\0Thu, 24 Nov 2011 10:17:56 +0000\0" + "Date\0Thu, 24 Nov 2011 11:17:56 +0100\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0linux-mtd@lists.infradead.org" kernel-janitors@vger.kernel.org @@ -31,7 +31,7 @@ "> -\tret = 0;\n" "> \tfor (floor = 0; floor < DOC_MAX_NBFLOORS; floor++) {\n" "> \t\tmtd = doc_probe_device(base, floor, dev);\n" - "> -\t\tif (floor = 0 && !mtd)\n" + "> -\t\tif (floor == 0 && !mtd)\n" "> -\t\t\tgoto notfound;\n" "> -\t\tif (!IS_ERR_OR_NULL(mtd))\n" "> -\t\t\tret = mtd_device_parse_register(mtd, part_probes,\n" @@ -42,7 +42,7 @@ "> +\t\t\tgoto err_probe;\n" "> +\t\t}\n" "> +\t\tif (!mtd) {\n" - "> +\t\t\tif (floor = 0)\n" + "> +\t\t\tif (floor == 0)\n" "> +\t\t\t\tgoto notfound;\n" "> +\t\t\telse\n" "> +\t\t\t\tcontinue;\n" @@ -87,4 +87,4 @@ "[1]: http://lists.infradead.org/pipermail/linux-mtd/2011-November/038496.html\n" [2]: http://lists.infradead.org/pipermail/linux-mtd/2011-November/038483.html -c390b2b62ed45b2f63ee1c34fa7cc12265503453dc5e68b696476ef811849f42 +350f4918384f5386c7ac0f86e3f3f41abe742c1400f5e76ce3dc3d1151ed72f4
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.