]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: cmd: mbr: Remove unreachable code
authorAlexander Gendin <agendin@matrox.com>
Wed, 8 Nov 2023 03:05:19 +0000 (03:05 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 10 Nov 2023 16:01:10 +0000 (11:01 -0500)
commita40f35f0691f862d527ed75329773a24369a5b7e
treefdd81232545f45fbd7d99e87622d9daa883549e4
parent4808d1633336a98f3c48a94a7e1fcd1e1030a324
test: cmd: mbr: Remove unreachable code

Fix an issue reported by Coverity scan, and fix code indentation.

Addresses-Coverity-ID: 467404 ("Control flow issues (DEADCODE)")
Signed-off-by: Alexander Gendin <agendin@matrox.com>
test/cmd/mbr.c