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:
97bf6af
)
mmc: core: stop trying to switch width when only one bit is supported
author
Alexandre Belloni
<alexandre.belloni@free-electrons.com>
Wed, 17 Dec 2014 18:32:06 +0000
(19:32 +0100)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 29 Dec 2014 13:49:28 +0000
(14:49 +0100)
mmc_select_bus_width() will try to switch to MMC_BUS_WIDTH_4 even if
MMC_CAP_4_BIT_DATA and MMC_CAP_8_BIT_DATA are not set in host->caps.
Return as soon as possible when those flags are not set
Fixes:
577fb13199b1
(mmc: rework selection of bus speed mode)
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: <stable@vger.kernel.org> # 3.17
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/mmc.c
patch
|
blob
|
history
diff --cc
drivers/mmc/core/mmc.c
Simple merge