]> git.dujemihanovic.xyz Git - u-boot.git/commit
mtd: spi-nor: Remove recently added spi_nor_wait_till_ready() call
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 26 Oct 2024 20:16:19 +0000 (22:16 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 31 Oct 2024 16:49:47 +0000 (10:49 -0600)
commitb8807c8c4065fd9bc686a5c03042e9c5d7af3ec9
tree8108a56043c51cd66ce42d063d8cb3f57e7264c8
parent19e189b1de0c12cbd5a93aa37da675ee4b076d24
mtd: spi-nor: Remove recently added spi_nor_wait_till_ready() call

Remove undocumented spi_nor_wait_till_ready() 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