All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180114150435.2b575f7e@bbrezillon>

diff --git a/a/1.txt b/N1/1.txt
index f9bd386..557fc97 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -45,14 +45,14 @@ No need to send a new version, I'll fix it when applying.
 > @@ -481,11 +481,11 @@ static unsigned char *s3c_get_bufferram(struct mtd_info *mtd, int area)
 >  	unsigned char *p;
 >  
->  	if (area = ONENAND_DATARAM) {
+>  	if (area == ONENAND_DATARAM) {
 > -		p = (unsigned char *) onenand->page_buf;
 > +		p = onenand->page_buf;
->  		if (index = 1)
+>  		if (index == 1)
 >  			p += this->writesize;
 >  	} else {
 > -		p = (unsigned char *) onenand->oob_buf;
 > +		p = onenand->oob_buf;
->  		if (index = 1)
+>  		if (index == 1)
 >  			p += mtd->oobsize;
 >  	}
diff --git a/a/content_digest b/N1/content_digest
index 75301d0..0c61464 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020180113165616.19992-1-christophe.jaillet@wanadoo.fr\0"
  "From\0Boris Brezillon <boris.brezillon@free-electrons.com>\0"
  "Subject\0Re: [PATCH] mtd: onenand: samsung: remove incorrect __iomem annotation\0"
- "Date\0Sun, 14 Jan 2018 14:04:35 +0000\0"
+ "Date\0Sun, 14 Jan 2018 15:04:35 +0100\0"
  "To\0Christophe JAILLET <christophe.jaillet@wanadoo.fr>\0"
  "Cc\0kyungmin.park@samsung.com"
   dwmw2@infradead.org
@@ -61,16 +61,16 @@
  "> @@ -481,11 +481,11 @@ static unsigned char *s3c_get_bufferram(struct mtd_info *mtd, int area)\n"
  ">  \tunsigned char *p;\n"
  ">  \n"
- ">  \tif (area = ONENAND_DATARAM) {\n"
+ ">  \tif (area == ONENAND_DATARAM) {\n"
  "> -\t\tp = (unsigned char *) onenand->page_buf;\n"
  "> +\t\tp = onenand->page_buf;\n"
- ">  \t\tif (index = 1)\n"
+ ">  \t\tif (index == 1)\n"
  ">  \t\t\tp += this->writesize;\n"
  ">  \t} else {\n"
  "> -\t\tp = (unsigned char *) onenand->oob_buf;\n"
  "> +\t\tp = onenand->oob_buf;\n"
- ">  \t\tif (index = 1)\n"
+ ">  \t\tif (index == 1)\n"
  ">  \t\t\tp += mtd->oobsize;\n"
  ">  \t}"
 
-7baec5f8bb7b003458f27e25a49107f5137d91d0711ee6a1c21d76d3906e2956
+db5b2da98c5236d21fe93705f3820437cbf67c10faf4f6ddb33f9dede9351089

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.