summaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS
diff options
context:
space:
mode:
authorJack Pham <jackp@codeaurora.org>2016-04-15 08:37:26 +0200
committerMark Brown <broonie@kernel.org>2016-04-15 11:11:45 +0200
commitdec8e8f6e6504aa3496c0f7cc10c756bb0e10f44 (patch)
tree34de6f16246dc114b3ae9e45e0cd1cd9d26577b0 /REPORTING-BUGS
parentLinux 4.6-rc1 (diff)
downloadlinux-dec8e8f6e6504aa3496c0f7cc10c756bb0e10f44.tar.xz
linux-dec8e8f6e6504aa3496c0f7cc10c756bb0e10f44.zip
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 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions