diff options
author | 2022-09-26 22:17:29 +0800 | |
---|---|---|
committer | 2022-10-25 14:25:02 +0800 | |
commit | 7872d4236f74ad6df4d2c9189b66f95157e24a9b (patch) | |
tree | 487901e3dce4d5c02c400c4590ea027dcd708e85 /drivers/fpga/lattice-sysconfig-spi.c | |
parent | Linux 6.1-rc1 (diff) | |
download | linux-rng-7872d4236f74ad6df4d2c9189b66f95157e24a9b.tar.xz linux-rng-7872d4236f74ad6df4d2c9189b66f95157e24a9b.zip |
fpga: zynq: 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 <yangyingliang@huawei.com>
Acked-by: Xu Yilun <yilun.xu@intel.com>
Link: https://lore.kernel.org/r/20220926141729.2292311-1-yangyingliang@huawei.com
Signed-off-by: Xu Yilun <yilun.xu@intel.com>
Diffstat (limited to 'drivers/fpga/lattice-sysconfig-spi.c')
0 files changed, 0 insertions, 0 deletions