Re: [PATCH linux-phy 3/4] phy: marvell: phy-mvebu-a3700-comphy: Support changing tx amplitude for ethernet
From: Marek Behún
Date: Wed Aug 17 2022 - 15:47:33 EST
On Wed, 17 Aug 2022 21:31:18 +0200
Marek Behún <kabel@xxxxxxxxxx> wrote:
> +static u8 comphy_find_best_tx_amp(bool full_swing, u32 amp, u32 *true_amp)
...
> + tx_amp = comphy_find_best_tx_amp(tx_amp_mv, full_swing,
> + &true_tx_amp_mv);
OMG, I changed the full_swing parameter to be the first one at the
last minute and forgot to also do it in the function call.
Will send v2.
Sorry.
Marek