diff options
author | Yang Yingliang <[email protected]> | 2022-09-26 22:20:59 +0800 |
---|---|---|
committer | Lee Jones <[email protected]> | 2023-02-22 10:54:59 +0000 |
commit | 81bc9eada9e75d011d055505a7a30b760af0455f (patch) | |
tree | 8392c658c8c2ae8d45d04987ccdacbbe161a7f06 /tools/testing/selftests/bpf/progs/test_autoload.c | |
parent | 3755b46a1bf47a6778f4ce33def1e6122796f57c (diff) |
backlight: ktd253: Switch to use dev_err_probe() helper
In the probe path, dev_err() can be replaced with dev_err_probe()
which will check if error code is -EPROBE_DEFER and prints the
error name. It also sets the defer probe reason which can be
checked later through debugfs. It's more simple in error path.
Signed-off-by: Yang Yingliang <[email protected]>
Reviewed-by: Daniel Thompson <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions