commit | ef4457b5cdf93ca46b664bb3e20110fd7d83c7c2 | [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 | 19798e6af9eb9e5e611c1fa8671e7af9ac987f61 [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>