From f4c8f980283b4832dad4d9ff4d5ecb3d7763efae Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Wed, 19 Dec 2018 16:58:04 +0800 Subject: regulator: mcp16502: Fix missing n_voltages setting The n_voltages setting is not set, fix it. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- drivers/regulator/mcp16502.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/regulator') diff --git a/drivers/regulator/mcp16502.c b/drivers/regulator/mcp16502.c index cb11fb206899..3479ae009b0b 100644 --- a/drivers/regulator/mcp16502.c +++ b/drivers/regulator/mcp16502.c @@ -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), \ -- cgit v1.2.3