mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
Commit2a842acab1("block: introduce new block status code type") changed the error type but not in patches merged through the mmc tree, like commit0493f6fe5b("mmc: block: Move boot partition locking into a driver op"). Fix one error code that is incorrect and also use BLK_STS_OK in preference to 0. Fixes:17ece345a0("Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc") Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>