On Mon, Sep 12, 2016 at 02:01:28PM +0100, Richard Fitzgerald wrote: > In preparation for adding variable-length array reads, change > of_find_property_value_of_size so that it takes an optional > maximum length. If the maximum is passed as 0, the behaviour is > unchanged and it will return a property if it's >= the requested > minimum length. If maximum is non-zero it will only return a > property whose length is min <= l <= max. > > Signed-off-by: Richard Fitzgerald <r...@opensource.wolfsonmicro.com> > --- > drivers/of/base.c | 39 +++++++++++++++++++++++++++++---------- > 1 file changed, 29 insertions(+), 10 deletions(-)
Applied both patches, thanks. Rob