From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 9 Apr 2017 13:28:40 -0600 Subject: [U-Boot] [PATCH v2 3/4] env_sf: re-order error handling in single-buffer env_relocate_spec In-Reply-To: <20170408095934.32733-4-afenkart@gmail.com> References: <20170408095934.32733-1-afenkart@gmail.com> <20170408095934.32733-4-afenkart@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 8 April 2017 at 03:59, Andreas Fenkart wrote: > this makes it easier comparable to the double-buffered version > > Signed-off-by: Andreas Fenkart > Reviewed-by: Simon Glass > --- > common/env_sf.c | 20 +++++++++++--------- > 1 file changed, 11 insertions(+), 9 deletions(-) Reviewed-by: Simon Glass