On Tue, Aug 25, 2020 at 02:23:10AM +0300, Cristian Ciocaltea wrote: > On Mon, Aug 24, 2020 at 12:00:45PM +0100, Mark Brown wrote: > > Please write normal conditional statements to make things easier to > > read. It also looks like this would be more robustly written by just > > having separate ops for DCDCs and LDOs, this could easily break if > > another device is supported in the driver. > Sure, I can provide separate ops, but in this case we duplicate almost > all of them. If this is not acceptable, then I will just rewrite the > conditional statement. That's fine, it's just a fairly small struct that's being duplicated not code.