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)
commit7f36806c9bd3c99e615456d04ee7480873d73a3b
treeebe48fe01406ecc9abde71effa7072245a87270e
parent15b6ab4cee2a0aba62ef30eebda534063f183c5a
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