]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Wed, 22 Sep 2021 10:26:34 +0000 (12:26 +0200)
commit3c8cc66282919c339d207e75cf4a7bf00bca024a
tree6949aaaade0f8eed839e136a7dc2177846f3a6f5
parent4b64254f459465e6515f0a020cec3ad64e5f5fa2
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