summaryrefslogtreecommitdiff
path: root/link.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04link: add link management functionsDaniel Borkmann1-0/+18
ubmit();'>space:mode:
authorJack Pham <jackp@codeaurora.org>2016-04-14 23:37:26 -0700
committerMark Brown <broonie@kernel.org>2016-04-15 10:11:45 +0100
commitdec8e8f6e6504aa3496c0f7cc10c756bb0e10f44 (patch)
tree34de6f16246dc114b3ae9e45e0cd1cd9d26577b0 /Documentation/IRQ-affinity.txt
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
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/IRQ-affinity.txt')