ath79: Remove mtd cfi_cmdset_0002 status check patches
authorTokunori Ikegami <ikegami.t@gmail.com>
Sun, 5 Jan 2020 08:13:03 +0000 (17:13 +0900)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 5 Jan 2020 18:36:45 +0000 (19:36 +0100)
commit946eba9a92ab42aa0a32d5bba51f76dd53ca5fcf
treedb8abb2fcd8b6f5d86261d1e1b2f782660490dcf
parentdd15ffbf6b7760b21cab16ad2ef7ed4b36d55a57
ath79: Remove mtd cfi_cmdset_0002 status check patches

Currently the patch only changes break to use goto statement instead.
But not necessary acutually since the ret value checked after the for loop.
So it is okay for the break case before changed by the patch also.

This patch only reverts the following commit partially.
  https://github.com/openwrt/openwrt/commit/ddc11c3932c7b7b7df7d5fbd48f207e7
    Note: The changes are mainly applied into the linux kernel upstream.

Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
Cc: Koen Vandeputte <koen.vandeputte@ncentric.com>
target/linux/ath79/patches-4.14/403-mtd_fix_cfi_cmdset_0002_status_check.patch [deleted file]
target/linux/ath79/patches-4.19/403-mtd_fix_cfi_cmdset_0002_status_check.patch [deleted file]