]> git.sur5r.net Git - u-boot/blobdiff - lib/efi_loader/efi_device_path_to_text.c
efi_loader: add missing breaks
[u-boot] / lib / efi_loader / efi_device_path_to_text.c
index 9e62e4a929cea67fd1c249ae2908e1d4e629233b..7159c974d4d39b7ecef46616d38184ee6bf3ec79 100644 (file)
@@ -154,10 +154,12 @@ static char *dp_media(char *s, struct efi_device_path *dp)
                case SIG_TYPE_GUID:
                        s += sprintf(s, "HD(Part%d,Sig%pUl)",
                                     hddp->partition_number, sig);
+                       break;
                default:
                        s += sprintf(s, "HD(Part%d,MBRType=%02x,SigType=%02x)",
                                     hddp->partition_number, hddp->partmap_type,
                                     hddp->signature_type);
+                       break;
                }
 
                break;