summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJack Pham <jackp@codeaurora.org>2016-04-10 23:04:20 -0700
committerJeevan Shriram <jshriram@codeaurora.org>2016-04-18 17:30:06 -0700
commitc230635f78954ad39e668906518ccfbd40fa7362 (patch)
treedd17a4876f0afe1d83dfe0bbe3c361972e0c1366 /tools/perf/scripts/python
parent2236a704a5c4056c5feedb50b02f7dd1423d9eac (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'. CRs-Fixed: 1002440 Change-Id: I2eb9f1e11f97cf7eeee4314616bc5d06443c8920 Fixes: c9afbb05a9ff ("regmap: spmi: support base and extended register spaces") Signed-off-by: Jack Pham <jackp@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions