MLK-14276-2 mmc: sdhci: remove IS_ERR_VALUE abuses
authorHaibo Chen <haibo.chen@nxp.com>
Tue, 28 Feb 2017 11:12:14 +0000 (19:12 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:10:47 +0000 (15:10 -0500)
commitbfa8c45d21bf2e759a2d4c0874d15e8f119cab84
tree3760c1ba811fe72e175b4963a070641592336067
parent6ef1722a5d73b69cc333c052912ebc3126af6f0a
MLK-14276-2 mmc: sdhci: remove IS_ERR_VALUE abuses

It is wrong to pass 'int' to IS_ERR_VALUE(), Linus's commit
aa00edc1 point out this abuse.

This patch use operator instead.

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
drivers/mmc/host/sdhci.c