Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161257AbWJXWHc (ORCPT ); Tue, 24 Oct 2006 18:07:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161255AbWJXWHc (ORCPT ); Tue, 24 Oct 2006 18:07:32 -0400 Received: from ext-103.mv.fabric7.com ([68.120.107.103]:8491 "EHLO corp.fabric7.com") by vger.kernel.org with ESMTP id S1161254AbWJXWHb (ORCPT ); Tue, 24 Oct 2006 18:07:31 -0400 Subject: Re: [PATCH 1/1] Fabric7 VIOC: Ethtool From: Sriram Chidambaram Reply-To: driver-support@fabric7.com To: Stephen Hemminger Cc: Driver Support , Jeff Garzik , KERNEL Linux , NETDEV Linux In-Reply-To: <20061024144620.4c9892f6@dxpl.pdx.osdl.net> References: <1161725441.8112.11.camel@rh234.mv.fabric7.com> <20061024144620.4c9892f6@dxpl.pdx.osdl.net> Content-Type: text/plain Organization: Fabric7 Systems Inc Message-Id: <1161727647.8112.19.camel@rh234.mv.fabric7.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 24 Oct 2006 15:07:27 -0700 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Oct 2006 22:07:27.0905 (UTC) FILETIME=[CB091110:01C6F7B8] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 774 Lines: 29 Removed debug print statement Signed-off-by: Fabric7 Driver-Support --- vioc.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/vioc.c b/vioc.c index 51004c6..c771737 100644 --- a/vioc.c +++ b/vioc.c @@ -17,8 +17,6 @@ int vioc_dump_regs(struct ethtool_drvinf unsigned int num_regs; struct regs_line *reg_info = (struct regs_line *) regs->data; - printf("%s: Enter\n", __FUNCTION__); - printf("ethtool_regs\n" "%-20s = %04x\n" "%-20s = %04x\n", -- 1.4.3.GIT - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/