aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-mgr.c
diff options
context:
space:
mode:
authorYuan Can <[email protected]>2022-09-24 02:50:41 +0000
committerFlorian Fainelli <[email protected]>2022-10-17 10:30:46 -0700
commit117bd98daca0fb1f4264e711f73ab76739e83466 (patch)
tree14ed1955d3ee088f7f1985eebd88cd37675ee293 /drivers/fpga/fpga-mgr.c
parent9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions