diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2016-09-07 22:50:22 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-12 19:58:45 +0100 |
commit | 1423877b73ed5f4982eaba8bed359605b9918a2b (patch) | |
tree | 19fe399436429fe4b6086f33300e619d1abb648e /sound | |
parent | 71581a1507e642bbc6f698a3f43355552ee8056f (diff) | |
download | linux-1423877b73ed5f4982eaba8bed359605b9918a2b.tar.bz2 |
spi: fsl-espi: pre-allocate message buffer
Currently the driver allocates a 64kb buffer for each single message.
On systems with little and fragmented memory this can result in
memory allocation errors. Solve this by pre-allocating a buffer.
This patch was developed in OpenWRT long ago, however it never
made it upstream.
I slightly modified the original patch to re-initialize the buffer
at the beginning of each transfer.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions