mmc: sdhci-of-arasan: Check return value of non-void funtions
authorManish Narani <manish.narani@xilinx.com>
Tue, 15 Jun 2021 10:43:54 +0000 (16:13 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Sep 2021 11:40:32 +0000 (13:40 +0200)
commit7f43da79ebc5e60ba8c0f9677e58a3fce37c12d6
tree5467169b77d2d67a5b23e8699fea1c0124f70313
parent834ecf61cebd84922443d9688d1cff84e4a0e9c2
mmc: sdhci-of-arasan: Check return value of non-void funtions

[ Upstream commit 66bad6ed2204fdb78a0a8fb89d824397106a5471 ]

At a couple of places, the return values of the non-void functions were
not getting checked. This was reported by the coverity tool. Modify the
code to check the return values of the same.

Addresses-Coverity: ("check_return")
Signed-off-by: Manish Narani <manish.narani@xilinx.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/1623753837-21035-5-git-send-email-manish.narani@xilinx.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/mmc/host/sdhci-of-arasan.c