regulator: mt6315: Fix function prototype for mt6315_map_mode
authorAxel Lin <axel.lin@ingics.com>
Sun, 30 May 2021 02:21:09 +0000 (10:21 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 1 Jun 2021 13:03:04 +0000 (14:03 +0100)
commit89082179ec5028bcd58c87171e08ada035689542
tree1a3aa1255a97883785f24ab641f8cea0be64c00f
parent5f01de6ffae2b00d3795a399d8d630bdae3c8997
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>
drivers/regulator/mt6315-regulator.c