fpga: zynq: Switch to use dev_err_probe() helper
authorYang Yingliang <yangyingliang@huawei.com>
Mon, 26 Sep 2022 14:17:29 +0000 (22:17 +0800)
committerXu Yilun <yilun.xu@intel.com>
Tue, 25 Oct 2022 06:25:02 +0000 (14:25 +0800)
commit7872d4236f74ad6df4d2c9189b66f95157e24a9b
tree487901e3dce4d5c02c400c4590ea027dcd708e85
parent9abf2313adc1ca1b6180c508c25f22f9395cc780
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>
drivers/fpga/zynq-fpga.c