Re: [PATCH 4/7] mfd: da9052: Simplify getting of_device_id match data

2021-04-19 Thread Krzysztof Kozlowski
On 19/04/2021 10:17, Krzysztof Kozlowski wrote: > Use of_device_get_match_data() to make the code slightly smaller. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/mfd/da9062-core.c | 13 - > 1 file changed, 4 insertions(+), 9 deletions(-) Copy-paste error in the subject - th

RE: [PATCH 4/7] mfd: da9052: Simplify getting of_device_id match data

2021-04-19 Thread Adam Thomson
On 19 April 2021 09:17, Krzysztof Kozlowski wrote: > Use of_device_get_match_data() to make the code slightly smaller. > > Signed-off-by: Krzysztof Kozlowski > --- Acked-by: Adam Thomson > drivers/mfd/da9062-core.c | 13 - > 1 file changed, 4 insertions(+), 9 deletions(-) > > di

[PATCH 4/7] mfd: da9052: Simplify getting of_device_id match data

2021-04-19 Thread Krzysztof Kozlowski
Use of_device_get_match_data() to make the code slightly smaller. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/da9062-core.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/drivers/mfd/da9062-core.c b/drivers/mfd/da9062-core.c index 8d913375152d..01f8e10df