提交 9a57d470 编写于 作者: T Thomas Gleixner

[MTD] NAND ECC hwctl function has no return value

Fix the broken prototype
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 4cbb9b80
......@@ -237,7 +237,7 @@ struct nand_ecc_ctrl {
int steps;
int size;
int bytes;
int (*hwctl)(struct mtd_info *mtd, int mode);
void (*hwctl)(struct mtd_info *mtd, int mode);
int (*calculate)(struct mtd_info *mtd,
const uint8_t *dat,
uint8_t *ecc_code);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册