Re: [PATCH RESEND v2 3/7] regulator: mt6358: Fix incorrect VCN33 sync error message

From: AngeloGioacchino Del Regno
Date: Fri Jul 21 2023 - 04:54:18 EST


Il 21/07/23 10:28, Chen-Yu Tsai ha scritto:
After syncing the enable status of VCN33_WIFI to VCN33_BT, the driver
will disable VCN33_WIFI. If it fails it will error out with a message.
However the error message incorrectly refers to VCN33_BT.

Fix the error message so that it correctly refers to VCN33_WIFI.

Suggested-by: Fei Shao <fshao@xxxxxxxxxxxx>
Fixes: 65bae54e08c1 ("regulator: mt6358: Merge VCN33_* regulators")
Signed-off-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>