summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJack Pham <jackp@codeaurora.org>2016-04-15 09:37:26 +0300
committerMark Brown <broonie@kernel.org>2016-04-15 12:11:45 +0300
commitdec8e8f6e6504aa3496c0f7cc10c756bb0e10f44 (patch)
tree34de6f16246dc114b3ae9e45e0cd1cd9d26577b0 /Documentation
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
downloadlinux-dec8e8f6e6504aa3496c0f7cc10c756bb0e10f44.tar.xz
regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case
Specifically for the case of reads that use the Extended Register Read Long command, a multi-byte read operation is broken up into 8-byte chunks. However the call to spmi_ext_register_readl() is incorrectly passing 'val_size', which if greater than 8 will always fail. The argument should instead be 'len'. Fixes: c9afbb05a9ff ("regmap: spmi: support base and extended register spaces") Signed-off-by: Jack Pham <jackp@codeaurora.org> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions