commit | 58a8a4a1a5da4694a3a069de5e0a8c15995e7b5f | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Mon Jun 10 17:03:36 2013 +0200 |
committer | Chris Ball <cjb@laptop.org> | Thu Jun 27 12:39:15 2013 -0400 |
tree | 8d3208b1b034f3a4408849d7b1941ff80a03bd48 | |
parent | 017d84bd45d1d2e584d01f3875aacbfa481aa95a [diff] |
mmc: core: Remove unnecessary check for the remove callback 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>