Re: [PATCH] device_property: Add comments about returning array counts

2015-03-18 Thread Rafael J. Wysocki
On Wednesday, March 18, 2015 08:22:40 AM Greg Kroah-Hartman wrote: > On Wed, Mar 18, 2015 at 02:27:59AM +0100, Rafael J. Wysocki wrote: > > On Tuesday, March 17, 2015 09:58:58 AM Adrian Hunter wrote: > > > The "read array" variants of the device property functions > > > can be used to return the nu

Re: [PATCH] device_property: Add comments about returning array counts

2015-03-18 Thread Greg Kroah-Hartman
On Wed, Mar 18, 2015 at 02:27:59AM +0100, Rafael J. Wysocki wrote: > On Tuesday, March 17, 2015 09:58:58 AM Adrian Hunter wrote: > > The "read array" variants of the device property functions > > can be used to return the number of values in an array. > > Update the comments to reflect that. > > >

Re: [PATCH] device_property: Add comments about returning array counts

2015-03-17 Thread Rafael J. Wysocki
On Tuesday, March 17, 2015 09:58:58 AM Adrian Hunter wrote: > The "read array" variants of the device property functions > can be used to return the number of values in an array. > Update the comments to reflect that. > > Signed-off-by: Adrian Hunter Looks OK to me. Greg, any objections? > ---

[PATCH] device_property: Add comments about returning array counts

2015-03-17 Thread Adrian Hunter
The "read array" variants of the device property functions can be used to return the number of values in an array. Update the comments to reflect that. Signed-off-by: Adrian Hunter --- drivers/base/property.c | 53 + 1 file changed, 32 insertions(+