Re: [U-Boot] [PATCH v3 09/17] net: phy: cortina: use get_nand_dev_by_index()

2017-02-10 Thread Joe Hershberger
On Fri, Feb 10, 2017 at 2:22 PM, Grygorii Strashko wrote: > 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:

[U-Boot] [PATCH v3 09/17] net: phy: cortina: use get_nand_dev_by_index()

2017-02-10 Thread Grygorii Strashko
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 --- drivers/net/phy/cortina.c | 3 ++- 1 file