regulator: mt6358: Fix incorrect VCN33 sync error message
authorChen-Yu Tsai <wenst@chromium.org>
Fri, 21 Jul 2023 08:28:55 +0000 (16:28 +0800)
committerMark Brown <broonie@kernel.org>
Sun, 23 Jul 2023 22:40:09 +0000 (23:40 +0100)
commit67cb608838e0aac8efb48828b1165156f99c1af9
tree830b48171f563ce06aa5be9313a578c7e3d5c7d6
parent649fee5a17a7f96152fee2fb9111d9a4db535f35
regulator: mt6358: Fix incorrect VCN33 sync error message

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@chromium.org>
Fixes: 65bae54e08c1 ("regulator: mt6358: Merge VCN33_* regulators")
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230721082903.2038975-4-wenst@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/mt6358-regulator.c