commit | ae1e9c7fc77455144d6901bc9a2113c28d27a793 | [log] [tgz] |
---|---|---|
author | Grygorii Strashko <grygorii.strashko@ti.com> | Mon Jun 26 19:12:53 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 11 22:41:45 2017 -0400 |
tree | f83762aba1b655e7a2f696ddc35b96f3b79916db | |
parent | 2cf7ab71d220b5232187ef6cd03abac6178481d5 [diff] |
dfu: dfu_nand: use get_nand_dev_by_index() As part of preparation for nand DM conversion the new API has been introduced to remove direct access to nand_info array. So, use it here instead of accessing to nand_info array directly. Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>