mmc: dw_mmc: fix the wrong condition checking
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 6 Aug 2015 07:23:24 +0000 (16:23 +0900)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 17 Aug 2015 10:45:26 +0000 (12:45 +0200)
commit9e747b7e4af090a4974005f3064963026f519fcc
tree4590d0dc85dea161c20427b17bb1faec325b3aed
parent575c319dfe872fc8bf1d57b244fb40f497ab3a47
mmc: dw_mmc: fix the wrong condition checking

When num-slots is lower than 1, it's right that should be returned -ENODEV.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/host/dw_mmc.c