aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorVasileios Amoiridis <[email protected]>2024-06-10 01:38:21 +0200
committerJonathan Cameron <[email protected]>2024-08-03 10:13:35 +0100
commit8bc1f428ba1f1312107b24a367a7c80881bd3cc0 (patch)
tree0f461ce73a86de4532d69cc3af3e40ed200c8322 /tools/perf/scripts/python/bin/stackcollapse-report
parentf2f2e7b1a4522d9dc0883e1baf0dea61544cc12b (diff)
iio: chemical: bme680: Make error checks consistent
In the majority of the error checks after a regmap_{read,write}() operation the following coding style is used: ret = regmap_{read,write}(data->regmap, ...); if (ret < 0) { dev_err(dev, ...); return ret; } In this particular case it was different so change it for consistency. Signed-off-by: Vasileios Amoiridis <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions