diff for duplicates of <20160624122403.GC23169@mwanda> diff --git a/a/1.txt b/N1/1.txt index ccf2100..dd16555 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -23,5 +23,5 @@ index f582fe4..9f4e1c7 100644 - return -EINVAL; - /* Prefer 1k ECC chunk over 512 ones */ - if (ecc->size = 512 && mtd->writesize > 512) { + if (ecc->size == 512 && mtd->writesize > 512) { ecc->size = 1024; diff --git a/a/content_digest b/N1/content_digest index 4bae82b..f371ac2 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: nand: sunxi: prevent a small memory leak\0" - "Date\0Fri, 24 Jun 2016 12:24:03 +0000\0" + "Date\0Fri, 24 Jun 2016 15:24:03 +0300\0" "To\0Boris Brezillon <boris.brezillon@free-electrons.com>\0" "Cc\0Richard Weinberger <richard@nod.at>" David Woodhouse <dwmw2@infradead.org> @@ -36,7 +36,7 @@ "-\t\treturn -EINVAL;\n" "-\n" " \t/* Prefer 1k ECC chunk over 512 ones */\n" - " \tif (ecc->size = 512 && mtd->writesize > 512) {\n" + " \tif (ecc->size == 512 && mtd->writesize > 512) {\n" " \t\tecc->size = 1024;" -d5e020c9fd9caeae4a35efe073495cdf9541216d5b5fb872dc63c2bccdbc71f6 +e9f4ec3356bd0888d2c9f1973ff40edb87a0b1a134e96137d11e92d6f7f695cc
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.