qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/3] es1370: Drop dead code


From: Andreas Färber
Subject: [Qemu-devel] [PATCH 1/3] es1370: Drop dead code
Date: Thu, 26 Jan 2012 18:35:04 +0100

Signed-off-by: Anthony Liguori <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
---
 Anthony, as requested before, please pull these out of the stylistic changes.

 hw/es1370.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/hw/es1370.c b/hw/es1370.c
index 6a3ba55..3527eb6 100644
--- a/hw/es1370.c
+++ b/hw/es1370.c
@@ -1041,13 +1041,8 @@ static PCIDeviceInfo es1370_info = {
     .vendor_id    = PCI_VENDOR_ID_ENSONIQ,
     .device_id    = PCI_DEVICE_ID_ENSONIQ_ES1370,
     .class_id     = PCI_CLASS_MULTIMEDIA_AUDIO,
-#if 1
     .subsystem_vendor_id = 0x4942,
     .subsystem_id = 0x4c4c,
-#else
-    .subsystem_vendor_id = 0x1274,
-    .subsystem_id = 0x1371,
-#endif
 };
 
 static void es1370_register (void)
-- 
1.7.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]