diff for duplicates of <8490920.CCJDc82j5X@blindfold> diff --git a/a/1.txt b/N1/1.txt index 606f5bf..beefa7f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,8 +17,8 @@ Am Donnerstag, 28. Februar 2019, 06:35:51 CET schrieb Dan Carpenter: > mutex_unlock(&ubi->buf_mutex); > } > -> - if (err = UBI_IO_BITFLIPS || force) { -> + if (force || err = UBI_IO_BITFLIPS) { +> - if (err == UBI_IO_BITFLIPS || force) { +> + if (force || err == UBI_IO_BITFLIPS) { > /* > * Okay, bit flip happened, let's figure out what we can do. > */ @@ -29,3 +29,9 @@ I thought gcc is supposed to find such issues too. :-/ Thanks, //richard + + + +______________________________________________________ +Linux MTD discussion mailing list +http://lists.infradead.org/mailman/listinfo/linux-mtd/ diff --git a/a/content_digest b/N1/content_digest index f764656..6e63a47 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020190228053551.GB3253@kadam\0" "From\0Richard Weinberger <richard@nod.at>\0" "Subject\0Re: [PATCH] ubi: wl: Silence uninitialized variable warning\0" - "Date\0Thu, 28 Feb 2019 08:35:50 +0000\0" + "Date\0Thu, 28 Feb 2019 09:35:50 +0100\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0Boris Brezillon <bbrezillon@kernel.org>" Artem Bityutskiy <dedekind1@gmail.com> @@ -31,8 +31,8 @@ "> \t\tmutex_unlock(&ubi->buf_mutex);\n" "> \t}\n" "> \n" - "> -\tif (err = UBI_IO_BITFLIPS || force) {\n" - "> +\tif (force || err = UBI_IO_BITFLIPS) {\n" + "> -\tif (err == UBI_IO_BITFLIPS || force) {\n" + "> +\tif (force || err == UBI_IO_BITFLIPS) {\n" "> \t\t/*\n" "> \t\t * Okay, bit flip happened, let's figure out what we can do.\n" "> \t\t */\n" @@ -42,6 +42,12 @@ "I thought gcc is supposed to find such issues too. :-/\n" "\n" "Thanks,\n" - //richard + "//richard\n" + "\n" + "\n" + "\n" + "______________________________________________________\n" + "Linux MTD discussion mailing list\n" + http://lists.infradead.org/mailman/listinfo/linux-mtd/ -01b6139681c93b14846fef1ad0cca3823741cb7458211c2eba0980818fe765be +59d04e02a8beb3dfe094927f9b0d5ccaf720d315434692c64838f2c648f4d7f2
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.