Re: [RESEND PATCH 05/42] mfd: axp20x: use PLATFORM_DEVID_NONE

2020-10-28 Thread Chen-Yu Tsai
On Thu, Oct 29, 2020 at 6:30 AM Krzysztof Kozlowski wrote: > > Use PLATFORM_DEVID_NONE define instead of "-1" value because: > - it brings some meaning, > - it might point attention why auto device ID was not used. > > Signed-off-by: Krzysztof Kozlowski > Reviewed-by: Andy Shevchenko Acked-by

[RESEND PATCH 05/42] mfd: axp20x: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Andy Shevchenko --- drivers/mfd/axp20x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

Re: [PATCH 05/42] mfd: axp20x: use PLATFORM_DEVID_NONE

2020-09-22 Thread Andy Shevchenko
On Mon, Sep 21, 2020 at 11:52 PM Krzysztof Kozlowski wrote: > > Use PLATFORM_DEVID_NONE define instead of "-1" value because: > - it brings some meaning, > - it might point attention why auto device ID was not used. Reviewed-by: Andy Shevchenko > Signed-off-by: Krzysztof Kozlowski > --- > d

[PATCH 05/42] mfd: axp20x: use PLATFORM_DEVID_NONE

2020-09-21 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/axp20x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/axp20x