Re: [PATCH v4 2/7] max8903: store pointer to pdata instead of copying it.

2016-06-20 Thread Krzysztof Kozlowski
On 06/20/2016 12:27 AM, Chris Lapa wrote: > From: Chris Lapa > > Stores pointer to pdata because it easily allows pdata to reference > either platform data or in the future device tree data. > > Signed-off-by: Chris Lapa > --- > drivers/power/max8903_charger.c | 20 +--- > 1 fi

[PATCH v4 2/7] max8903: store pointer to pdata instead of copying it.

2016-06-20 Thread Chris Lapa
From: Chris Lapa Stores pointer to pdata because it easily allows pdata to reference either platform data or in the future device tree data. Signed-off-by: Chris Lapa --- drivers/power/max8903_charger.c | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/d