git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
017d84b
)
mmc: core: Remove unnecessary check for the remove callback
author
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 10 Jun 2013 15:03:36 +0000
(17:03 +0200)
committer
Chris 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