Loading drivers/regulator/bd71837-regulator.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -195,7 +195,7 @@ static const struct regulator_linear_range bd71837_ldo1_voltage_ranges[] = { * LDO2 * LDO2 * 0.8 or 0.9V * 0.8 or 0.9V */ */ const unsigned int ldo_2_volts[] = { static const unsigned int ldo_2_volts[] = { 900000, 800000 900000, 800000 }; }; Loading Loading
drivers/regulator/bd71837-regulator.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -195,7 +195,7 @@ static const struct regulator_linear_range bd71837_ldo1_voltage_ranges[] = { * LDO2 * LDO2 * 0.8 or 0.9V * 0.8 or 0.9V */ */ const unsigned int ldo_2_volts[] = { static const unsigned int ldo_2_volts[] = { 900000, 800000 900000, 800000 }; }; Loading