From: Bo Liu Date: Wed, 12 Apr 2023 08:47:58 +0000 (-0400) Subject: mmc: vub300: remove unreachable code X-Git-Tag: v6.6.17~5040^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45f54c9c18582c9d3af14fceaf44f7346c01a123;p=platform%2Fkernel%2Flinux-rpi.git mmc: vub300: remove unreachable code The function sched_partition_show cannot execute return, delete the invalid code. Signed-off-by: Bo Liu Link: https://lore.kernel.org/r/20230412084758.2673-1-liubo03@inspur.com Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/vub300.c b/drivers/mmc/host/vub300.c index 72f65f32abbc..e4c4bfac3763 100644 --- a/drivers/mmc/host/vub300.c +++ b/drivers/mmc/host/vub300.c @@ -1341,8 +1341,6 @@ static void __download_offload_pseudocode(struct vub300_mmc_host *vub300, return; } - return; - copy_error_message: strncpy(vub300->vub_name, "SDIO pseudocode download failed", sizeof(vub300->vub_name));