diff for duplicates of <20111124072117.GC14122@elgon.mountain> diff --git a/a/1.txt b/N1/1.txt index 7ac3675..8aaa7c4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,7 +17,7 @@ index 27c4fea..bfc1ea1 100644 - 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, @@ -28,7 +28,7 @@ index 27c4fea..bfc1ea1 100644 + 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 9485851..c2ea759 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] mtd/docg3: fix error handling in docg3_probe()\0" - "Date\0Thu, 24 Nov 2011 07:21:18 +0000\0" + "Date\0Thu, 24 Nov 2011 10:21:18 +0300\0" "To\0David Woodhouse <dwmw2@infradead.org>\0" "Cc\0linux-mtd@lists.infradead.org" kernel-janitors@vger.kernel.org @@ -26,7 +26,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" @@ -37,7 +37,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" @@ -67,4 +67,4 @@ " \tiounmap(base);\n" noress: -f81d143dff1635a5d6e62293fcece05324122631f08a17295303f97d7dc47a69 +eb7fa8de1a0bba159c4b309384f17ecc285367dfb512fcfa14e2c879f9617340
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.