projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4cabc0
)
mtd: rawnand: Only use u8 instead of uint8_t in nand_chip structure
author
Miquel Raynal
<miquel.raynal@bootlin.com>
Fri, 29 May 2020 11:12:56 +0000
(13:12 +0200)
committer
Miquel Raynal
<miquel.raynal@bootlin.com>
Fri, 26 Jun 2020 06:35:04 +0000
(08:35 +0200)
Mechanical change to avoid using old types.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Link:
https://lore.kernel.org/linux-mtd/20200529111322.7184-3-miquel.raynal@bootlin.com
include/linux/mtd/rawnand.h
patch
|
blob
|
history
diff --git
a/include/linux/mtd/rawnand.h
b/include/linux/mtd/rawnand.h
index 830f2d08937fd7a08a775fb0fa3d407f404d1cda..cea137778224ed5c001896c97a2d991c0cc56aaa 100644
(file)
--- a/
include/linux/mtd/rawnand.h
+++ b/
include/linux/mtd/rawnand.h
@@
-1141,13
+1141,13
@@
struct nand_chip {
int (*suspend)(struct nand_chip *chip);
void (*resume)(struct nand_chip *chip);
- u
int8_t
*oob_poi;
+ u
8
*oob_poi;
struct nand_controller *controller;
struct nand_ecc_ctrl ecc;
unsigned long buf_align;
- u
int8_t
*bbt;
+ u
8
*bbt;
struct nand_bbt_descr *bbt_td;
struct nand_bbt_descr *bbt_md;