commit | 16157c4eba52354f4909c6ba2f0fa7807e05c7b5 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Oct 26 22:16:21 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 31 10:49:47 2024 -0600 |
tree | 58a54ba8f60438e443c98f8abe07bf613413f12f | |
parent | ef4457b5cdf93ca46b664bb3e20110fd7d83c7c2 [diff] |
mtd: spi-nor: Remove recently added write_disable() call Remove undocumented write_disable() 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>