From patchwork Fri Dec 17 12:43:53 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 415601 X-Patchwork-Delegate: me@felipebalbi.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oBHCgmvE015940 for ; Fri, 17 Dec 2010 12:44:01 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752553Ab0LQMn7 (ORCPT ); Fri, 17 Dec 2010 07:43:59 -0500 Received: from na3sys009aog110.obsmtp.com ([74.125.149.203]:48063 "EHLO na3sys009aog110.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751359Ab0LQMn7 (ORCPT ); Fri, 17 Dec 2010 07:43:59 -0500 Received: from source ([209.85.215.49]) by na3sys009aob110.postini.com ([74.125.148.12]) with SMTP ID DSNKTQtbDEdVLZV9vaX+OlZ0ghxHyoapO2dp@postini.com; Fri, 17 Dec 2010 04:43:59 PST Received: by mail-ew0-f49.google.com with SMTP id 20so249287ewy.36 for ; Fri, 17 Dec 2010 04:43:56 -0800 (PST) Received: by 10.213.14.148 with SMTP id g20mr1379191eba.43.1292589836456; Fri, 17 Dec 2010 04:43:56 -0800 (PST) Received: from localhost (cs181221087.pp.htv.fi [82.181.221.87]) by mx.google.com with ESMTPS id b52sm191094eei.7.2010.12.17.04.43.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 17 Dec 2010 04:43:55 -0800 (PST) Date: Fri, 17 Dec 2010 14:43:53 +0200 From: Felipe Balbi To: Tomasz Mloduchowski Cc: balbi@ti.com, linux-omap@vger.kernel.org Subject: Re: twl4030_usb porting advice Message-ID: <20101217124353.GE2653@legolas.emea.dhcp.ti.com> Reply-To: balbi@ti.com References: <4D08ACAC.8070900@xlogic.pl> <20101215121023.GN2997@legolas.emea.dhcp.ti.com> <4D08B41E.7090400@xlogic.pl> <20101215123912.GC6734@legolas.emea.dhcp.ti.com> <4D08BE16.4020704@xlogic.pl> <20101216090956.GG2601@legolas.emea.dhcp.ti.com> <4D0B0FFF.6020409@xlogic.pl> <20101217101156.GC2653@legolas.emea.dhcp.ti.com> <4D0B462A.9070208@xlogic.pl> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4D0B462A.9070208@xlogic.pl> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Fri, 17 Dec 2010 12:44:35 +0000 (UTC) diff --git a/drivers/usb/host/ehci-dbg.c b/drivers/usb/host/ehci-dbg.c index 6e25996..7fdaecf 100644 --- a/drivers/usb/host/ehci-dbg.c +++ b/drivers/usb/host/ehci-dbg.c @@ -330,7 +330,7 @@ dbg_port_buf (char *buf, unsigned len, const char *label, int port, u32 status) #define dbg_cmd(ehci, label, command) { \ char _buf [80]; \ dbg_command_buf (_buf, sizeof _buf, label, command); \ - ehci_dbg (ehci, "%s\n", _buf); \ + ehci_info (ehci, "%s\n", _buf); \ } #define dbg_port(ehci, label, port, status) { \