commit | 38a3021edc5421a2fae90d57112d001d74bba1fa | [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 | 71bba424adcfa8c44100dee0fd139cc057eace65 [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>