commit | e6df59e3a909622352c76ca2d3f82bf68e026754 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Oct 08 08:14:32 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Wed Oct 17 07:59:10 2012 -0700 |
tree | d8954eccc59d5f347119760dbc1e79b2fd454556 | |
parent | 3c28be9460ca3d2f7739ca2f15c20f174468970b [diff] |
disk: part_efi: remove indent level from loop 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 <swarren@nvidia.com>