linux-stable/drivers/phy/intel
Yuan Can 7706630c56 phy: intel: 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/20220922111551.37188-1-yuancan@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2022-09-24 12:34:56 +05:30
..
Kconfig phy: intel: Add Thunder Bay eMMC PHY support 2021-11-23 13:11:52 +05:30
Makefile phy: intel: Add Thunder Bay eMMC PHY support 2021-11-23 13:11:52 +05:30
phy-intel-keembay-emmc.c
phy-intel-keembay-usb.c
phy-intel-lgm-combo.c phy: intel: Use dev_err_probe() to simplify code 2022-09-24 12:34:56 +05:30
phy-intel-lgm-emmc.c
phy-intel-thunderbay-emmc.c phy: intel: Remove redundant dev_err call in thunderbay_emmc_phy_probe() 2021-12-02 09:46:33 +05:30