From patchwork Thu Jan 26 17:35:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 138029 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (unknown [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 12A9BB6F98 for ; Fri, 27 Jan 2012 07:15:23 +1100 (EST) Received: from localhost ([::1]:49991 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqTJb-00063C-SZ for incoming@patchwork.ozlabs.org; Thu, 26 Jan 2012 12:40:51 -0500 Received: from eggs.gnu.org ([140.186.70.92]:53602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqTIv-0003pK-AX for qemu-devel@nongnu.org; Thu, 26 Jan 2012 12:40:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqTGB-00073J-Cj for qemu-devel@nongnu.org; Thu, 26 Jan 2012 12:37:21 -0500 Received: from cantor2.suse.de ([195.135.220.15]:39575 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqTGB-00073D-80 for qemu-devel@nongnu.org; Thu, 26 Jan 2012 12:37:19 -0500 Received: from relay1.suse.de (unknown [195.135.220.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 9F9549043F; Thu, 26 Jan 2012 18:37:17 +0100 (CET) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Thu, 26 Jan 2012 18:35:04 +0100 Message-Id: <1327599306-6330-1-git-send-email-afaerber@suse.de> X-Mailer: git-send-email 1.7.7 In-Reply-To: <1327433600-7403-12-git-send-email-aliguori@us.ibm.com> References: <1327433600-7403-12-git-send-email-aliguori@us.ibm.com> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 195.135.220.15 Cc: Anthony Liguori , "Michael S. Tsirkin" , Stefan Weil , Avi Kivity , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Richard Henderson Subject: [Qemu-devel] [PATCH 1/3] es1370: Drop dead code X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Anthony Liguori Signed-off-by: Andreas Färber --- 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)