diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-13 15:19:16 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-15 12:12:17 -0600 |
commit | e569c73a8e43f0e5294d9059402f0bb2cd491fa6 (patch) | |
tree | 9d4f9b47f24e9c946fdc8ed154e01c979c571ca4 /cmd/ab_select.c | |
parent | 789934f1bb0141ee5e7d488d57d22c9182fe76d8 (diff) |
cmd: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'cmd/ab_select.c')
-rw-r--r-- | cmd/ab_select.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/ab_select.c b/cmd/ab_select.c index faeb83816e5..7c178c728ca 100644 --- a/cmd/ab_select.c +++ b/cmd/ab_select.c @@ -35,7 +35,6 @@ static int do_ab_select(struct cmd_tbl *cmdtp, int flag, int argc, return CMD_RET_FAILURE; } - ret = ab_select_slot(dev_desc, &part_info, dec_tries); if (ret < 0) { printf("Android boot failed, error %d.\n", ret); |