commit | 15b6ab4cee2a0aba62ef30eebda534063f183c5a | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Tue Sep 15 10:44:50 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 30 08:52:59 2020 -0400 |
tree | 1a3d2cd589046cdbd3f4866039cfe615eaca1501 | |
parent | 2e8c907aba5ec66e96dc33611072b7876da0e0ff [diff] |
nand: brcmnand: Fix not calling dev_err() with a device There are too many levels of indirection when calling dev_err. This is an artifact of the conversion of brcmnand_host.pdev from a struct platform_device (which has a member `dev` pointing to a struct device) to struct udevice. Signed-off-by: Sean Anderson <seanga2@gmail.com> Tested-by: Patrick Delaunay <patrick.delaunay@st.com>