diff for duplicates of <20180115110242.60354eca@bbrezillon> diff --git a/a/1.txt b/N1/1.txt index 2cf5e39..4bd913f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -47,14 +47,14 @@ Boris > @@ -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 73cb2b2..1682906 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\0Mon, 15 Jan 2018 10:02:42 +0000\0" + "Date\0Mon, 15 Jan 2018 11:02:42 +0100\0" "To\0Christophe JAILLET <christophe.jaillet@wanadoo.fr>\0" "Cc\0kyungmin.park@samsung.com" dwmw2@infradead.org @@ -63,16 +63,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}" -dce560c868b12ea53d4d4f472bda783efabd9afca401613fcabbea88e6d7b6a3 +d388ad875888d37ff4c5be7ba1c79df483471441a06ee9dde3a225787cb68428
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.