]> asedeno.scripts.mit.edu Git - linux.git/commit
mmc: block: propagate correct returned value in mmc_rpmb_ioctl
authorMathieu Malaterre <malat@debian.org>
Wed, 16 May 2018 19:20:20 +0000 (21:20 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 21 May 2018 08:57:59 +0000 (10:57 +0200)
commitb25b750df99bcba29317d3f9d9f93c4ec58890e6
tree8c935897ab184a76bea945aaf2c60371f632a8bf
parent6da6c0db5316275015e8cc2959f12a17584aeb64
mmc: block: propagate correct returned value in mmc_rpmb_ioctl

In commit 97548575bef3 ("mmc: block: Convert RPMB to a character device") a
new function `mmc_rpmb_ioctl` was added. The final return is simply
returning a value of `0` instead of propagating the correct return code.

Discovered during a compilation with W=1, silence the following gcc warning

drivers/mmc/core/block.c:2470:6: warning: variable ‘ret’ set but not used
[-Wunused-but-set-variable]

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>
Fixes: 97548575bef3 ("mmc: block: Convert RPMB to a character device")
Cc: stable@vger.kernel.org # v4.15+
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/block.c