Commit d787b8b3 authored by Miquel Raynal's avatar Miquel Raynal Committed by Boris Brezillon

mtd: nand: Fix unfinished comment in nand_init_data_interface()

Give an unfinished comment a meaning.
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@free-electrons.com>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment