Re: [PATCH v1] thunderbolt: Switch to use device_property_count_uXX()

2019-08-06 Thread Mika Westerberg
On Tue, Jul 23, 2019 at 10:21:54PM +0300, Andy Shevchenko wrote: > Use use device_property_count_uXX() directly, that makes code neater. > > Signed-off-by: Andy Shevchenko Applied, thanks! > --- > drivers/thunderbolt/eeprom.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --

Re: [PATCH v1] thunderbolt: Switch to use device_property_count_uXX()

2019-07-23 Thread Yehezkel Bernat
On Tue, Jul 23, 2019 at 10:21 PM Andy Shevchenko wrote: > > Use use device_property_count_uXX() directly, that makes code neater. > > Signed-off-by: Andy Shevchenko Acked-by: Yehezkel Bernat

[PATCH v1] thunderbolt: Switch to use device_property_count_uXX()

2019-07-23 Thread Andy Shevchenko
Use use device_property_count_uXX() directly, that makes code neater. Signed-off-by: Andy Shevchenko --- drivers/thunderbolt/eeprom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thunderbolt/eeprom.c b/drivers/thunderbolt/eeprom.c index 81e8ac4c5805..2366406e49ac 1