]> git.baikalelectronics.ru Git - uboot.git/commit
nand: vybrid: Re-introduce vf610_nfc.dev
authorSean Anderson <seanga2@gmail.com>
Tue, 15 Sep 2020 14:44:51 +0000 (10:44 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 30 Sep 2020 12:53:01 +0000 (08:53 -0400)
commit0b92c504c71df1dfe2b72cddfc654084d164d7eb
treeebe48fe01406ecc9abde71effa7072245a87270e
parentc4f007aa8a00483fc8c7cabf3cb26888abd59373
nand: vybrid: Re-introduce vf610_nfc.dev

This member was presumably dropped when this driver was converted from
Linux. However, it is still used in log statements during initialization.
This patch adds the member back. In addition, allocation of struct
vf610_nfc has been moved to the callers of vf610_nfc_nand_init. This allows
it to be allocated by DM (if it is being used) and for dev to be
initialized.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Tested-by: Patrick Delaunay <patrick.delaunay@st.com>
drivers/mtd/nand/raw/vf610_nfc.c