diff options
| author | Yan Zhen <[email protected]> | 2024-08-29 04:48:35 +0000 |
|---|---|---|
| committer | Linus Walleij <[email protected]> | 2024-09-02 08:28:53 +0000 |
| commit | b042baa52b74181ad12a655f2ab1331ce7a1ebf7 (patch) | |
| tree | 294fd193f9864e790866e55ba7ad5fa243f2814b /drivers/gpu/drm/amd/amdgpu/atom.c | |
| parent | pinctrl: k210: Use devm_clk_get_enabled() helpers (diff) | |
| download | kernel-b042baa52b74181ad12a655f2ab1331ce7a1ebf7.tar.gz kernel-b042baa52b74181ad12a655f2ab1331ce7a1ebf7.zip | |
pinctrl: madera: Simplify with dev_err_probe()
Switch to use dev_err_probe() to simplify the error path and
unify a message template.
Using this helper is totally fine even if err is known to never
be -EPROBE_DEFER.
The benefit compared to a normal dev_err() is the standardized format
of the error code, it being emitted symbolically and the fact that
the error code is returned which allows more compact error paths.
Signed-off-by: Yan Zhen <[email protected]>
Reviewed-by: Charles Keepax <[email protected]>
Link: https://lore.kernel.org/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/atom.c')
0 files changed, 0 insertions, 0 deletions
