Messages in this thread |  | | | Date | Fri, 4 Nov 2011 14:04:22 +0000 | | From | Mark Brown <> | | Subject | Re: [PATCH 2/2] regulator:TPS65910: VDD1/2 voltage selector count |
| |
On Fri, Nov 04, 2011 at 06:18:48PM +0530, Afzal Mohammed wrote:
> if (i == TPS65910_REG_VDD1 || i == TPS65910_REG_VDD2) { > pmic->desc[i].ops = &tps65910_ops_dcdc; > + pmic->desc[i].n_voltages = VDD1_2_NUM_VOLTS * 3;
This looks suspicous - what's the * 3 about?
|  |