summaryrefslogtreecommitdiffstats
path: root/Omap35xxPkg
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-10-25 18:04:42 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2016-10-26 08:55:10 +0100
commit4211614d80014cf4d97a7af77d8cde4da4618842 (patch)
tree8a1f66ac08f267dc178540808bbf62098236a3e6 /Omap35xxPkg
parent4f1de41587da3262a069b51419e9e6e2bc2ab593 (diff)
downloadedk2-4211614d80014cf4d97a7af77d8cde4da4618842.tar.gz
edk2-4211614d80014cf4d97a7af77d8cde4da4618842.tar.bz2
edk2-4211614d80014cf4d97a7af77d8cde4da4618842.zip
Omap35xxPkg/MMCHSDxe: fix device path initializer
Fix the braces in a static device path template definition. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'Omap35xxPkg')
-rw-r--r--Omap35xxPkg/MMCHSDxe/MMCHS.c14
1 files changed, 9 insertions, 5 deletions
diff --git a/Omap35xxPkg/MMCHSDxe/MMCHS.c b/Omap35xxPkg/MMCHSDxe/MMCHS.c
index 9f0ebe0f65..5c8e1bd746 100644
--- a/Omap35xxPkg/MMCHSDxe/MMCHS.c
+++ b/Omap35xxPkg/MMCHSDxe/MMCHS.c
@@ -43,11 +43,15 @@ typedef struct {
MMCHS_DEVICE_PATH gMmcHsDevicePath = {
{
- HARDWARE_DEVICE_PATH,
- HW_VENDOR_DP,
- (UINT8)(sizeof(VENDOR_DEVICE_PATH)),
- (UINT8)((sizeof(VENDOR_DEVICE_PATH)) >> 8),
- 0xb615f1f5, 0x5088, 0x43cd, 0x80, 0x9c, 0xa1, 0x6e, 0x52, 0x48, 0x7d, 0x00
+ {
+ HARDWARE_DEVICE_PATH,
+ HW_VENDOR_DP,
+ {
+ (UINT8)(sizeof(VENDOR_DEVICE_PATH)),
+ (UINT8)((sizeof(VENDOR_DEVICE_PATH)) >> 8),
+ },
+ },
+ { 0xb615f1f5, 0x5088, 0x43cd, { 0x80, 0x9c, 0xa1, 0x6e, 0x52, 0x48, 0x7d, 0x00 } },
},
{
END_DEVICE_PATH_TYPE,