aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/mt6315-regulator.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2021-05-30 10:21:09 +0800
committerMark Brown <broonie@kernel.org>2021-06-01 14:03:04 +0100
commit89082179ec5028bcd58c87171e08ada035689542 (patch)
tree1a3aa1255a97883785f24ab641f8cea0be64c00f /drivers/regulator/mt6315-regulator.c
parentregulator: rtmv20: Add Richtek to Kconfig text (diff)
downloadlinux-dev-89082179ec5028bcd58c87171e08ada035689542.tar.xz
linux-dev-89082179ec5028bcd58c87171e08ada035689542.zip
regulator: mt6315: Fix function prototype for mt6315_map_mode
The .of_map_mode should has below function prototype: unsigned int (*of_map_mode)(unsigned int mode); Signed-off-by: Axel Lin <axel.lin@ingics.com> Link: https://lore.kernel.org/r/20210530022109.425054-1-axel.lin@ingics.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/mt6315-regulator.c')
-rw-r--r--drivers/regulator/mt6315-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/mt6315-regulator.c b/drivers/regulator/mt6315-regulator.c
index 9edc34981ee0..6b8be52c3772 100644
--- a/drivers/regulator/mt6315-regulator.c
+++ b/drivers/regulator/mt6315-regulator.c
@@ -59,7 +59,7 @@ static const struct linear_range mt_volt_range1[] = {
REGULATOR_LINEAR_RANGE(0, 0, 0xbf, 6250),
};
-static unsigned int mt6315_map_mode(u32 mode)
+static unsigned int mt6315_map_mode(unsigned int mode)
{
switch (mode) {
case MT6315_BUCK_MODE_AUTO: