commit | b8807c8c4065fd9bc686a5c03042e9c5d7af3ec9 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Oct 26 22:16:19 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 31 10:49:47 2024 -0600 |
tree | 8108a56043c51cd66ce42d063d8cb3f57e7264c8 | |
parent | 19e189b1de0c12cbd5a93aa37da675ee4b076d24 [diff] |
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>