lkml.org 
[lkml]   [2018]   [Dec]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] regulator: mcp16502: Fix missing n_voltages setting
    Date
    The n_voltages setting is not set, fix it.

    Signed-off-by: Axel Lin <axel.lin@ingics.com>
    ---
    drivers/regulator/mcp16502.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/regulator/mcp16502.c b/drivers/regulator/mcp16502.c
    index 25d7b433fafd..ec5b6836a20c 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), \
    --
    2.17.1
    \
     
     \ /
      Last update: 2018-12-19 09:59    [W:3.066 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site