mmc: core: Remove unnecessary check for the remove callback
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 10 Jun 2013 15:03:36 +0000 (17:03 +0200)
committerChris Ball <cjb@laptop.org>
Thu, 27 Jun 2013 16:39:15 +0000 (12:39 -0400)
For every bus_ops type the .remove callback always exist, thus there
are no need to check the existence of it, before we decide to call it.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Tested-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>

No differences found