]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
stub: Drop needless enum value assignment
authorDaan De Meyer <daan@amutable.com>
Wed, 1 Apr 2026 15:11:05 +0000 (17:11 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 2 Apr 2026 12:58:42 +0000 (14:58 +0200)
Follow up for 45e4df9a33

src/boot/proto/pci-io.h

index d05f0a683ce9e1aa3a828150f6753e84d89946b0..2e385d4650a47bf745977131f262cbb3a3f4895e 100644 (file)
@@ -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,