mmc: sdhci-dove: remove the unneeded error check
authorKevin Hao <haokexin@gmail.com>
Fri, 27 Feb 2015 07:47:25 +0000 (15:47 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 23 Mar 2015 13:13:32 +0000 (14:13 +0100)
commit6a4a34a413d896d1efe5a582a3bb8e435da65c1a
treeeba5a15a979898bbe9f2d6bf8e5958314c58cf8e
parentb36ac1b43ebcd8b63cbfb35c54edb7bd577ad15b
mmc: sdhci-dove: remove the unneeded error check

The function clk_disable_unprepare() already take care of either error
or null cases.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-dove.c