OSDN Git Service

mmc: host: omap_hsmmc: checking for NULL instead of IS_ERR()
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 10 Apr 2017 13:54:17 +0000 (16:54 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 24 Apr 2017 19:42:18 +0000 (21:42 +0200)
commitec5ab8933772c87f24ad62a4a602fe8949f423c2
tree16109d390747aa0715dca7848ea93b526b1e18e0
parent511fc93d2ceb71d92071bdc950c4959ed3ac741b
mmc: host: omap_hsmmc: checking for NULL instead of IS_ERR()

devm_pinctrl_get() returns error pointers, it never returns NULL.

Fixes: 455e5cd6f736 ("mmc: omap_hsmmc: Pin remux workaround to support SDIO interrupt on AM335x")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/omap_hsmmc.c