mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
efi_loader: add some missing breaks
Signed-off-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
committed by
Alexander Graf
parent
a1b24823b6
commit
6cfd5f133a
@@ -52,6 +52,7 @@ static uint16_t *efi_convert_device_node_to_text(
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case DEVICE_PATH_TYPE_MEDIA_DEVICE:
|
||||
switch (device_node->sub_type) {
|
||||
case DEVICE_PATH_SUB_TYPE_FILE_PATH:
|
||||
@@ -63,6 +64,7 @@ static uint16_t *efi_convert_device_node_to_text(
|
||||
memcpy(buffer, device_node->data, buffer_size);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user