diff options
author | Javier Martinez Canillas <[email protected]> | 2022-06-16 09:34:34 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-06-24 16:27:22 +0100 |
commit | 147b5fffc2cfa00956552f32e64c060d10d84010 (patch) | |
tree | b28492881830d5fed3838f7734c08a7214e33398 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | b688a7629c425d7916f9bde7fce8f7da2f852ceb (diff) |
regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't set
Before adding support to define bulk read/write callbacks in regmap_config
by the commit d77e74561368 ("regmap: Add bulk read/write callbacks into
regmap_config"), the regmap_noinc_read() function returned an errno early
a map->bus->read callback wasn't set.
But that commit dropped the check and now a call to _regmap_raw_read() is
attempted even when bulk read operations are not supported. That function
checks for map->read anyways but there's no point to continue if the read
can't succeed.
Also is a fragile assumption to make so is better to make it fail earlier.
Fixes: d77e74561368 ("regmap: Add bulk read/write callbacks into regmap_config")
Signed-off-by: Javier Martinez Canillas <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions