mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00: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:
parent
a1b24823b6
commit
6cfd5f133a
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue