]> www.infradead.org Git - users/jedix/linux-maple.git/commit
phy: amlogic: phy-meson-gxl-usb2: Simplify error handling with dev_err_probe()
authorAnand Moon <linux.amoon@gmail.com>
Thu, 10 Apr 2025 13:33:16 +0000 (19:03 +0530)
committerVinod Koul <vkoul@kernel.org>
Fri, 11 Apr 2025 11:37:15 +0000 (17:07 +0530)
commit05457917e50c3d6bf75d2e3b99c7e6709a4a6844
tree51d3be4e5951753d8ba8452a8ddfea56c04d025d
parent686b2730e4816e40e6a5432ff163993638397154
phy: amlogic: phy-meson-gxl-usb2: Simplify error handling with dev_err_probe()

Use dev_err_probe() for phy resources to indicate the deferral
reason when waiting for the resource to come up.

Signed-off-by: Anand Moon <linux.amoon@gmail.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250410133332.294556-2-linux.amoon@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/amlogic/phy-meson-gxl-usb2.c