diff options
author | Bo Liu <[email protected]> | 2023-04-12 04:47:58 -0400 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2023-04-17 11:51:14 +0200 |
commit | 45f54c9c18582c9d3af14fceaf44f7346c01a123 (patch) | |
tree | 552f44f941f6fbe85ef306919c911f6304382f8d | |
parent | aad53d4ee7569d82cbc8ee14dacf3b8011fe827a (diff) |
mmc: vub300: remove unreachable code
The function sched_partition_show cannot execute return, delete the
invalid code.
Signed-off-by: Bo Liu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
-rw-r--r-- | drivers/mmc/host/vub300.c | 2 |
1 files changed, 0 insertions, 2 deletions
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)); |