mtd: nand: Fix unfinished comment in nand_init_data_interface()
Give an unfinished comment a meaning. Signed-off-by: Miquel Raynal <miquel.raynal@free-electrons.com> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
This commit is contained in:
parent
24f648c2ba
commit
d787b8b350
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user