From: Daan De Meyer Date: Wed, 1 Apr 2026 15:11:05 +0000 (+0200) Subject: stub: Drop needless enum value assignment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9339b90877ff807bf2ed1dbeec08e6141ef765a;p=thirdparty%2Fsystemd.git stub: Drop needless enum value assignment Follow up for 45e4df9a33 --- diff --git a/src/boot/proto/pci-io.h b/src/boot/proto/pci-io.h index d05f0a683ce..2e385d4650a 100644 --- a/src/boot/proto/pci-io.h +++ b/src/boot/proto/pci-io.h @@ -7,7 +7,7 @@ GUID_DEF(0x4cf5b200, 0x68b8, 0x4ca5, 0x9e, 0xec, 0xb2, 0x3e, 0x3f, 0x50, 0x02, 0x9a) typedef enum { - EfiPciIoWidthUint8 = 0, + EfiPciIoWidthUint8, EfiPciIoWidthUint16, EfiPciIoWidthUint32, EfiPciIoWidthUint64,