]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: core: Fix typo at mmc_card_sleep
authorKyungmin Park <kyungmin.park@samsung.com>
Thu, 17 Nov 2011 04:34:33 +0000 (13:34 +0900)
committerChris Ball <cjb@laptop.org>
Thu, 17 Nov 2011 04:38:18 +0000 (23:38 -0500)
commitce8fda69d434f58b0b35017d08ce061ffba6e115
treeab9fd362e5181689d9f91cd4f11bc3ff87284d26
parent8dafeccd750713563ad270caa690682df9035ed9
mmc: core: Fix typo at mmc_card_sleep

Fix wrong bus_ops->sleep check.  (This isn't expected to have real-world
consequences, because the mmc core always defines both 'awake' and
'sleep' ops.)

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/core.c