On Fri, Feb 11, 2011 at 10:31:08AM +0100, Marek Szyprowski wrote: > I'm sorry for the late reply, just noticed this commit on your kernel tree... Please don't make up e-mail addresses for people if you want them to see your e-mail - my e-mail address is broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx > > - .num_consumer_supplies = ARRAY_SIZE(buck1_consumer), > > - .consumer_supplies = buck1_consumer, > > + .num_consumer_supplies = 1, > > + .consumer_supplies = &buck1_consumer, > > }; > I'm really not sure that this type of change is necessary. IMHO it makes the code harder > to read, update or reuse. What is the reason for it? FWIW I don't think it makes much difference either way. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html