aspeed/sdmc: Remove extra R_MAIN_STATUS case
authorJamin Lin <jamin_lin@aspeedtech.com>
Tue, 25 Jun 2024 07:07:40 +0000 (15:07 +0800)
committerCédric Le Goater <clg@redhat.com>
Tue, 2 Jul 2024 05:52:43 +0000 (07:52 +0200)
commit50c527b9ef58086dc377a0fa5e3053d16fc5728e
treed6a8658b9bce8f78fff72662abd50799dbe5162f
parent5c065dfc71b84179a9aec2d283bb57b5a5675b0b
aspeed/sdmc: Remove extra R_MAIN_STATUS case

Coverity reports that the newly added 'case R_MAIN_STATUS' is DEADCODE
because it can not be reached. This is because R_MAIN_STATUS is handled
before in the "Unprotected registers" switch statement. Remove it.

Fixes: Coverity CID 1547112
Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
[ clg: Rewrote commit log ]
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/misc/aspeed_sdmc.c