Re: [PATCH v2 2/3] phy: phy-rockchip-inno-usb2: Handle failed extcon allocation better

From: Dragan Simic
Date: Wed Aug 21 2024 - 06:46:25 EST


On 2024-08-21 10:41, Heiko Stübner wrote:
Am Mittwoch, 21. August 2024, 09:37:54 CEST schrieb Dragan Simic:
Return the actual error code upon failure to allocate extcon device, instead
of hardcoding -ENOMEM. Use dev_err_probe() to also log appropriate messages,
which is fine because the containing function is used in the probe path.

Helped-by: Heiko Stubner <heiko@xxxxxxxxx>

How did I help with this? :-D

Reviewed-by: Heiko Stuebner <heiko@xxxxxxxxx>

Thanks for your review. Well, you suggested that dev_err_probe() is used. :)