]> git.dujemihanovic.xyz Git - u-boot.git/commit
mtd: spi-nor: Remove recently added write_disable() call
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 26 Oct 2024 20:16:21 +0000 (22:16 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 31 Oct 2024 16:49:47 +0000 (10:49 -0600)
commit787692c8d75224bb80bb9b16e10d53316b12f697
tree58a54ba8f60438e443c98f8abe07bf613413f12f
parent8ef342f7cbb5b3a0c67448536bf4e0f9dbcf2ef0
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>
drivers/mtd/spi/spi-nor-core.c