Re: [U-Boot] [PATCH v5 05/26] env: Simplify the reverse_strstr() interface

2015-05-23 Thread Tom Rini
On Wed, May 20, 2015 at 02:27:18PM -0500, Joe Hershberger wrote: > The logic to find the whole matching name was split needlessly between > the reverse_strstr function and its caller. Fully contain it to make the > interface for calling it more consistent. > > Signed-off-by: Joe Hershberger >

[U-Boot] [PATCH v5 05/26] env: Simplify the reverse_strstr() interface

2015-05-20 Thread Joe Hershberger
The logic to find the whole matching name was split needlessly between the reverse_strstr function and its caller. Fully contain it to make the interface for calling it more consistent. Signed-off-by: Joe Hershberger --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: