regulator: mcp16502: Fix missing n_voltages setting
authorAxel Lin <axel.lin@ingics.com>
Wed, 19 Dec 2018 08:58:04 +0000 (16:58 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 20 Dec 2018 14:38:27 +0000 (14:38 +0000)
The n_voltages setting is not set, fix it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/mcp16502.c

index cb11fb206899afad4a085043977b2001338d5df0..3479ae009b0b26cba1c5f7eb51f00824daedf408 100644 (file)
@@ -90,6 +90,7 @@ static unsigned int mcp16502_of_map_mode(unsigned int mode)
                .ops                    = &(_ops),                      \
                .type                   = REGULATOR_VOLTAGE,            \
                .owner                  = THIS_MODULE,                  \
+               .n_voltages             = MCP16502_VSEL + 1,            \
                .linear_ranges          = _ranges,                      \
                .n_linear_ranges        = ARRAY_SIZE(_ranges),          \
                .of_match               = of_match_ptr(_name),          \