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:
2fc91e8
)
mmc: core: Don't handle buffers on stack while fetching CXD registers
author
Ulf Hansson
<ulf.hansson@linaro.org>
Fri, 17 Oct 2014 09:58:24 +0000
(11:58 +0200)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 10 Nov 2014 11:40:45 +0000
(12:40 +0100)
Due to previous patches, all callers of mmc_send_cxd_data() now
allocates their buffers from the heap. This enables us to simplify
mmc_send_cxd_data() by removing the support of handling buffers, which
are allocated from the stack.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/mmc_ops.c
patch
|
blob
|
history
diff --cc
drivers/mmc/core/mmc_ops.c
Simple merge