From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 17 Oct 2012 10:04:13 -0600 Subject: [U-Boot] [U-Boot, V2, 1/9] disk: part_efi: remove indent level from loop In-Reply-To: <20121017150130.GE5527@bill-the-cat> References: <1349720080-13119-1-git-send-email-swarren@wwwdotorg.org> <20121017150130.GE5527@bill-the-cat> Message-ID: <507ED6FD.8030206@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/17/2012 09:01 AM, Tom Rini wrote: > On Mon, Oct 08, 2012 at 08:14:32AM -0000, Stephen Warren wrote: > >> From: Stephen Warren >> >> Simplify the partition printing loop in print_part_efi() to bail >> out early when the first invalid partition is found, rather than >> indenting the whole body of the loop. This simplifies later >> patches. >> >> Signed-off-by: Stephen Warren > > This, along with the rest of the series have been applied to > u-boot/master, thanks! Note that for 9/9 I had to rework it > slightly to take the new output formatting, can you please double > check? Thanks! Thanks. The results looks fine; there is zero diff between my local branch and u-boot/master on the files that series touched. I wonder if the rework you needed to do was because patch 8/9 wasn't applied? I did do some cleanup of the printf strings in that patch separately, but there isn't an equivalent commit in your tree; it's as if 8/9 and 9/9 were squashed into one. BTW, I had also posted a minor fix "disk: initialize name/part fields when returning a whole disk" which may have been overlooked? Perhaps it's still in your queue. Thanks.