commit | 9bdd34b44bf094aab739b83fb29029849700c705 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Tue Sep 15 10:44:43 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 30 08:52:41 2020 -0400 |
tree | f39b3b9da5192bd766af2c918789d0a9d1607435 | |
parent | 8baec61e3682f8b6f7bfb8fda0478840bb027645 [diff] |
mtd: spi: Fix logging in spi-nor-tiny This fixes dev_xxx() not always being called with a device. In spi_nor_reg_read, a the slave device may not always be available, so we use bus and cs instead. Signed-off-by: Sean Anderson <seanga2@gmail.com> Tested-by: Patrick Delaunay <patrick.delaunay@st.com>