提交 d787b8b3 编写于 作者: M Miquel Raynal 提交者: Boris Brezillon

mtd: nand: Fix unfinished comment in nand_init_data_interface()

Give an unfinished comment a meaning.
Signed-off-by: NMiquel Raynal <miquel.raynal@free-electrons.com>
Signed-off-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
上级 24f648c2
......@@ -1284,7 +1284,10 @@ static int nand_init_data_interface(struct nand_chip *chip)
if (ret)
continue;
/* Pass -1 to only */
/*
* Pass NAND_DATA_IFACE_CHECK_ONLY to only check if the
* controller supports the requested timings.
*/
ret = chip->setup_data_interface(mtd,
NAND_DATA_IFACE_CHECK_ONLY,
&chip->data_interface);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册