Re: [PATCH v1] extcon: arizona: Switch to use device_property_count_u32()

2019-07-24 Thread Chanwoo Choi
On 19. 7. 24. 오전 2:40, Andy Shevchenko wrote: > Use use device_property_count_u32() directly, that makes code neater. > > Signed-off-by: Andy Shevchenko > --- > drivers/extcon/extcon-arizona.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH v1] extcon: arizona: Switch to use device_property_count_u32()

2019-07-24 Thread Charles Keepax
On Tue, Jul 23, 2019 at 08:40:21PM +0300, Andy Shevchenko wrote: > Use use device_property_count_u32() directly, that makes code neater. > > Signed-off-by: Andy Shevchenko > --- Acked-by: Charles Keepax Thanks, Charles

[PATCH v1] extcon: arizona: Switch to use device_property_count_u32()

2019-07-23 Thread Andy Shevchenko
Use use device_property_count_u32() directly, that makes code neater. Signed-off-by: Andy Shevchenko --- drivers/extcon/extcon-arizona.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c index