Re: [PATCH] phy: fsl-lynx-10g: propagate PCVT enable errors

From: Breno Leitao

Date: Mon Jul 20 2026 - 08:22:56 EST


On Mon, Jul 20, 2026 at 03:49:06PM +0530, kr494167@xxxxxxxxx wrote:
> Propagate the error and leave the previous lane mode intact so the caller
> can handle the failed reconfiguration.

Do you need to undo these operations that were done to the lane earlier?

lynx_10g_lane_change_proto_conf(lane, lane_mode);
lynx_10g_lane_remap_pll(lane, lane_mode);

--breno