commit | 8ef342f7cbb5b3a0c67448536bf4e0f9dbcf2ef0 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Oct 26 22:16:20 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 31 10:49:47 2024 -0600 |
tree | a5ce7881fa528fa5717d100a072efea43b14ae2d | |
parent | b8807c8c4065fd9bc686a5c03042e9c5d7af3ec9 [diff] |
mtd: spi-nor: Remove recently added set_4byte() call Remove undocumented set_4byte() call. This was added in commit 5d40b3d384dc ("mtd: spi-nor: Add parallel and stacked memories support") without any explanation in the commit message. Remove it. Fixes: 5d40b3d384dc ("mtd: spi-nor: Add parallel and stacked memories support") Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>