diff for duplicates of <20160704144207.369cdd48@bbrezillon> diff --git a/a/1.txt b/N1/1.txt index 36d5f59..e75c5e3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -33,5 +33,5 @@ Boris > - 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 549ef7f..cc7c1a8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020160624122403.GC23169@mwanda\0" "From\0Boris Brezillon <boris.brezillon@free-electrons.com>\0" "Subject\0Re: [patch] mtd: nand: sunxi: prevent a small memory leak\0" - "Date\0Mon, 04 Jul 2016 12:42:07 +0000\0" + "Date\0Mon, 4 Jul 2016 14:42:07 +0200\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0Richard Weinberger <richard@nod.at>" David Woodhouse <dwmw2@infradead.org> @@ -47,7 +47,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;" -f06acf5b9cd7329246bc04057d26f243f1983a393836a6bd9f3d16e3e486936c +f6513ba6ea0c9bd409f83f74d9e263fcf346e9830fd67faf821fe5ea8e9d61a4
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.