commit | d1e68ecc5fceb7d9b4bf287af35089e5d474da67 | [log] [tgz] |
---|---|---|
author | Grygorii Strashko <grygorii.strashko@ti.com> | Mon Jun 26 19:12:59 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 11 22:41:48 2017 -0400 |
tree | 194f340fc1daa34c296246494994f5eb271c89b7 | |
parent | cd3ffa19977b0b827cbe5b1bd0670d9a595b168b [diff] |
net: phy: cortina: 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> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>