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
Kconfig -rw-r--r-- 5.8 KB
Makefile -rw-r--r-- 856 bytes
arm_mhu.c -rw-r--r-- 4.4 KB
bcm-flexrm-mailbox.c -rw-r--r-- 41.9 KB
bcm-pdc-mailbox.c -rw-r--r-- 48.5 KB
bcm2835-mailbox.c -rw-r--r-- 5.9 KB
hi6220-mailbox.c -rw-r--r-- 9.7 KB
mailbox-altera.c -rw-r--r-- 9.2 KB
mailbox-sti.c -rw-r--r-- 13.3 KB
mailbox-test.c -rw-r--r-- 10.9 KB
mailbox-xgene-slimpro.c -rw-r--r-- 7.3 KB
mailbox.c -rw-r--r-- 13.0 KB
mailbox.h -rw-r--r-- 476 bytes
omap-mailbox.c -rw-r--r-- 21.7 KB
pcc.c -rw-r--r-- 16.6 KB
pl320-ipc.c -rw-r--r-- 5.2 KB
platform_mhu.c -rw-r--r-- 5.1 KB
qcom-apcs-ipc-mailbox.c -rw-r--r-- 3.3 KB
rockchip-mailbox.c -rw-r--r-- 6.9 KB
tegra-hsp.c -rw-r--r-- 11.2 KB
ti-msgmgr.c -rw-r--r-- 18.3 KB

back to top