Re: [PATCH v4 2/7] max8903: store pointer to pdata instead of copying it.
From: Krzysztof Kozlowski <hidden>
Date: 2016-06-20 12:20:35
Also in:
linux-pm, lkml
From: Krzysztof Kozlowski <hidden>
Date: 2016-06-20 12:20:35
Also in:
linux-pm, lkml
On 06/20/2016 12:27 AM, Chris Lapa wrote:
From: Chris Lapa <redacted> 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 <redacted> --- drivers/power/max8903_charger.c | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-)
The same as in #1. For the record: Reviewed-by: Krzysztof Kozlowski <redacted> BR. Krzysztof