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

[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(-)