Revision a7c17d8ae4918afe527c141cc20ed34dfe18e7db authored by Adrian Hunter on 25 August 2017, 12:43:45 UTC, committed by Ulf Hansson on 30 August 2017, 11:49:40 UTC
Commit 2a842acab109 ("block: introduce new block status code type") changed
the error type but not in patches merged through the mmc tree, like
commit 0493f6fe5bde ("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: 17ece345a042 ("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>
1 parent cc4a41f
History
File Mode Size
unittest-data
Kconfig -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 667 bytes
address.c -rw-r--r-- 22.6 KB
base.c -rw-r--r-- 47.4 KB
device.c -rw-r--r-- 8.2 KB
dynamic.c -rw-r--r-- 19.7 KB
fdt.c -rw-r--r-- 33.7 KB
fdt_address.c -rw-r--r-- 6.4 KB
irq.c -rw-r--r-- 19.4 KB
of_mdio.c -rw-r--r-- 13.1 KB
of_net.c -rw-r--r-- 2.4 KB
of_numa.c -rw-r--r-- 4.5 KB
of_pci.c -rw-r--r-- 10.7 KB
of_pci_irq.c -rw-r--r-- 3.9 KB
of_private.h -rw-r--r-- 3.8 KB
of_reserved_mem.c -rw-r--r-- 10.1 KB
overlay.c -rw-r--r-- 14.0 KB
pdt.c -rw-r--r-- 5.7 KB
platform.c -rw-r--r-- 19.3 KB
property.c -rw-r--r-- 27.8 KB
resolver.c -rw-r--r-- 8.8 KB
unittest.c -rw-r--r-- 61.6 KB

back to top