From patchwork Thu Jun 2 05:41:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brad Hards X-Patchwork-Id: 98348 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [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 E39BBB6F88 for ; Thu, 2 Jun 2011 15:46:11 +1000 (EST) Received: from localhost ([::1]:43522 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QS0jQ-0007s8-Cl for incoming@patchwork.ozlabs.org; Thu, 02 Jun 2011 01:46:08 -0400 Received: from eggs.gnu.org ([140.186.70.92]:41124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QS0es-0007bY-5E for qemu-devel@nongnu.org; Thu, 02 Jun 2011 01:41:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QS0eq-0003MA-10 for qemu-devel@nongnu.org; Thu, 02 Jun 2011 01:41:25 -0400 Received: from smtpout3.three.com.au ([202.124.68.59]:36223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QS0ep-0003M2-DG for qemu-devel@nongnu.org; Thu, 02 Jun 2011 01:41:23 -0400 Received: from auumvs2fe02.three.com.au (auhgvpsmtp.three.com.au [10.176.77.86]) by smtpout3.three.com.au (Postfix) with ESMTP id 2C16AA0752; Thu, 2 Jun 2011 15:41:22 +1000 (EST) Received: from localhost.localdomain ([10.224.20.109]) by auumvs2fe02.three.com.au with ESMTP id p525g7Lq013689-p525g7Ls013689; Thu, 2 Jun 2011 15:42:09 +1000 From: Brad Hards To: claunia@claunia.com, qemu-devel@nongnu.org Date: Thu, 2 Jun 2011 15:41:04 +1000 Message-Id: <1306993270-24144-2-git-send-email-bradh@frogmouth.net> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1306993270-24144-1-git-send-email-bradh@frogmouth.net> References: <1306993270-24144-1-git-send-email-bradh@frogmouth.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 202.124.68.59 Cc: Brad Hards Subject: [Qemu-devel] [PATCH 1/7] usb: Turn off debug output by default. 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 Addresses comment by Blue Swirl (2010-06-10 17:46:16) Signed-off-by: Brad Hards --- hw/usb-uvc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/usb-uvc.c b/hw/usb-uvc.c index b711f51..e88ee00 100644 --- a/hw/usb-uvc.c +++ b/hw/usb-uvc.c @@ -31,7 +31,7 @@ #include #include -#define DEBUG_UVC +// #define DEBUG_UVC #ifdef DEBUG_UVC #define DPRINTF(fmt, ...) \