commit | 4b5aa00193ea7547e8197f5e3c08b50a198f0d9f | [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 | dfff1c1232a7b44878e0721d15d18c57d3ad2eca [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>