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