diff options
| author | Christophe JAILLET <[email protected]> | 2022-08-07 09:52:11 +0200 |
|---|---|---|
| committer | Marc Kleine-Budde <[email protected]> | 2022-09-05 22:00:42 +0200 |
| commit | ddbbed25309f1cd0079e5b099748568842a5ec2b (patch) | |
| tree | 785559823b271d5e90fe5673f89b63836914448f /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | d945346db1ef41e91ae4b9239cf37e2210368dd1 (diff) | |
can: rcar_canfd: Use dev_err_probe() to simplify code and better handle -EPROBE_DEFER
devm_clk_get() can return -EPROBE_DEFER, so use dev_err_probe() instead of
dev_err() in order to be less verbose in the log.
This also saves a few LoC.
While at it, turn a "goto fail_dev;" at the beginning of the function into
a direct return in order to avoid mixing goto and return, which looks
spurious.
Signed-off-by: Christophe JAILLET <[email protected]>
Link: https://lore.kernel.org/all/f5bf0b8f757bd3bc9b391094ece3548cc2f96456.1659858686.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Marc Kleine-Budde <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions