Re: [PATCH 1/2] regulator: max14577: Reduce duplication of regulator_desc initializers

2015-04-18 Thread Mark Brown
On Sat, Apr 18, 2015 at 08:27:17PM +0900, Krzysztof Kozlowski wrote: > Replace duplicated initializers in arrays of struct 'regulator_desc' > with macro. Generated object is the same but each type of regulator is > described only once. Applied both, thanks. signature.asc Description: Digital sig

[PATCH 1/2] regulator: max14577: Reduce duplication of regulator_desc initializers

2015-04-18 Thread Krzysztof Kozlowski
Replace duplicated initializers in arrays of struct 'regulator_desc' with macro. Generated object is the same but each type of regulator is described only once. Signed-off-by: Krzysztof Kozlowski --- drivers/regulator/max14577.c | 128 --- 1 file changed,