All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20190228153351.GA26480@archlinux-ryzen>

diff --git a/a/1.txt b/N1/1.txt
index 417f722..dcc9d2c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -24,7 +24,7 @@ let me know.
 > >         if (!force) {
 > >             ^~~~~~
 > > drivers/mtd/ubi/wl.c:1520:6: note: uninitialized use occurs here
-> >         if (err = UBI_IO_BITFLIPS || force) {
+> >         if (err == UBI_IO_BITFLIPS || force) {
 > >             ^~~
 > > drivers/mtd/ubi/wl.c:1514:2: note: remove the 'if' if its condition is always true
 > >         if (!force) {
@@ -55,8 +55,8 @@ arm64, and x86_64 allyesconfig.
 > > > >  		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.
 > > > >  		 */
@@ -79,4 +79,8 @@ Nathan
 > 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 920a660..3bd708d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -4,7 +4,7 @@
  "ref\04970018.iuHtFo4yVV@blindfold\0"
  "From\0Nathan Chancellor <natechancellor@gmail.com>\0"
  "Subject\0Re: [PATCH] ubi: wl: Silence uninitialized variable warning\0"
- "Date\0Thu, 28 Feb 2019 15:33:51 +0000\0"
+ "Date\0Thu, 28 Feb 2019 08:33:51 -0700\0"
  "To\0Richard Weinberger <richard@nod.at>\0"
  "Cc\0Boris Brezillon <bbrezillon@kernel.org>"
   Artem Bityutskiy <dedekind1@gmail.com>
@@ -42,7 +42,7 @@
  "> >         if (!force) {\n"
  "> >             ^~~~~~\n"
  "> > drivers/mtd/ubi/wl.c:1520:6: note: uninitialized use occurs here\n"
- "> >         if (err = UBI_IO_BITFLIPS || force) {\n"
+ "> >         if (err == UBI_IO_BITFLIPS || force) {\n"
  "> >             ^~~\n"
  "> > drivers/mtd/ubi/wl.c:1514:2: note: remove the 'if' if its condition is always true\n"
  "> >         if (!force) {\n"
@@ -73,8 +73,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"
@@ -97,6 +97,10 @@
  "> Thanks,\n"
  "> //richard\n"
  "> \n"
- >
+ "> \n"
+ "\n"
+ "______________________________________________________\n"
+ "Linux MTD discussion mailing list\n"
+ http://lists.infradead.org/mailman/listinfo/linux-mtd/
 
-cf954a550fd37e50b53623df5b2a6fe47b51fcf968e3cb380d971fe342168775
+d573fbf81cebb0750c442d1b17f5e23f4716201a735d3425320814ab479b6a63

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.