diff options
author | Yuan Can <yuancan@huawei.com> | 2022-09-24 05:50:41 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2022-10-17 20:30:46 +0300 |
commit | 117bd98daca0fb1f4264e711f73ab76739e83466 (patch) | |
tree | 14ed1955d3ee088f7f1985eebd88cd37675ee293 /drivers/nvmem | |
parent | 9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff) | |
download | linux-117bd98daca0fb1f4264e711f73ab76739e83466.tar.xz |
firmware: raspberrypi: Use dev_err_probe() to simplify code
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.
Signed-off-by: Yuan Can <yuancan@huawei.com>
Link: https://lore.kernel.org/r/20220924025041.29389-1-yuancan@huawei.com
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'drivers/nvmem')
0 files changed, 0 insertions, 0 deletions