Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752490Ab2KOU7d (ORCPT ); Thu, 15 Nov 2012 15:59:33 -0500 Received: from mail-vb0-f46.google.com ([209.85.212.46]:58202 "EHLO mail-vb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751358Ab2KOU7c (ORCPT ); Thu, 15 Nov 2012 15:59:32 -0500 MIME-Version: 1.0 In-Reply-To: <20121115204333.GJ11566@mwanda> References: <1352496782-7246-1-git-send-email-yamanetoshi@gmail.com> <1352496836-7280-1-git-send-email-yamanetoshi@gmail.com> <20121114124110.GG11515@mwanda> <20121115201817.GO11515@mwanda> <20121115204333.GJ11566@mwanda> Date: Fri, 16 Nov 2012 05:53:11 +0900 Message-ID: Subject: Re: [PATCH 2/4] staging/serqt_usb2: refactor qt_read_bulk_callback() in serqt_usb2.c From: YAMANE Toshiaki To: Dan Carpenter Cc: devel@driverdev.osuosl.org, Mauro Carvalho Chehab , Greg Kroah-Hartman , Rusty Russell , linux-kernel@vger.kernel.org, Alan Stern Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 874 Lines: 32 On Fri, Nov 16, 2012 at 5:43 AM, Dan Carpenter wrote: > > Btw: >> + dev_dbg(&port->dev, "Line status status.\n"); > ^^^^^^^^^^^^^^^^^^^ > These kind of debug statements which just tell which function is > being called can be deleted. The function tracer already provides > that information. I did not know that. Thanks! >> + fn = ProcessLineStatus; >> + } else { >> + dev_dbg(&port->dev, "Modem status status.\n"); >> + fn = ProcessModemStatus; > > regards, > dan carpenter > -- Regards, YAMANE Toshiaki -- 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/