mtd: rawnand: Inline onfi_get_async_timing_mode()
onfi_get_async_timing_mode() is only used in one place inside nand_base.c. Let's inline the code and kill the helper. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
This commit is contained in:

committed by
Miquel Raynal

parent
c7921bb32a
commit
462f35d3e5
@@ -1310,8 +1310,9 @@ static int nand_init_data_interface(struct nand_chip *chip)
|
||||
* if the NAND does not support ONFI, fallback to the default ONFI
|
||||
* timing mode.
|
||||
*/
|
||||
modes = onfi_get_async_timing_mode(chip);
|
||||
if (modes == ONFI_TIMING_MODE_UNKNOWN) {
|
||||
if (chip->parameters.onfi) {
|
||||
modes = chip->parameters.onfi->async_timing_mode;
|
||||
} else {
|
||||
if (!chip->onfi_timing_mode_default)
|
||||
return 0;
|
||||
|
||||
|
Reference in New Issue
Block a user