From patchwork Fri Sep 20 03:29:30 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 276189 X-Patchwork-Delegate: marek.vasut@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 02F1D2C00E9 for ; Fri, 20 Sep 2013 13:30:52 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A87874A16D; Fri, 20 Sep 2013 05:30:41 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rz+9RV7l-9RU; Fri, 20 Sep 2013 05:30:41 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D6EF94A16E; Fri, 20 Sep 2013 05:30:08 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 50DFB4A153 for ; Fri, 20 Sep 2013 05:29:53 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GItHf4CuFLcw for ; Fri, 20 Sep 2013 05:29:48 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) by theia.denx.de (Postfix) with ESMTPS id 3ABED4A146 for ; Fri, 20 Sep 2013 05:29:35 +0200 (CEST) Received: by mail-pd0-f181.google.com with SMTP id g10so9145229pdj.40 for ; Thu, 19 Sep 2013 20:29:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=F9B5rWu162NgZ9H/Sjs44w2NxxMXr8X+YUsWSfRqmhM=; b=KYgp4ma8HfQfnYNCxjdqzXze7O0fhLAN4i4mmNdLVl+AjoNBgdo95nGjlo7AmNRBJs 4ip2LJMUgGdEQ5I5NWIPqovKlD9xVCTlTPFM7Tp/fBGNSp9Bj22TBut2rI/uDF95QCU7 TES0oFxmH3BVwyetEDZs8m9y1L7cI/IbbBy8zkOlpeeLGipBw1Pa0KxDob07WFgfQD3S U37p0DXxPqpAmviOCb6C43ENz5kcLIBY89GXbsQMN/KLnhwJrUfrzqc93VIe2tPbLC4q d+na75/pXL31xl1VzvhezwtxoXOqC+R8+IdABsBedFRXtoCWhi7LaiP4zhQeOdkNkNCL kfSA== X-Gm-Message-State: ALoCoQmESfSU2OEUrast1HDo1EDjlopXO/jJRN407j63biaa0UTDBGMFigReqGr2+ohdOwKEmTQW X-Received: by 10.68.218.6 with SMTP id pc6mr773739pbc.187.1379647774379; Thu, 19 Sep 2013 20:29:34 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPSA id wd6sm15760740pab.3.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 19 Sep 2013 20:29:34 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.80) (envelope-from ) id 1VMrPd-0000he-VD; Thu, 19 Sep 2013 20:29:45 -0700 From: Troy Kisky To: marek.vasut@gmail.com Date: Thu, 19 Sep 2013 20:29:30 -0700 Message-Id: <1379647780-2623-8-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1379647780-2623-1-git-send-email-troy.kisky@boundarydevices.com> References: <1379647780-2623-1-git-send-email-troy.kisky@boundarydevices.com> Cc: fabio.estevam@freescale.com, otavio@ossystems.com.br, leiwen@marvell.com, u-boot@lists.denx.de Subject: [U-Boot] [PATCH V4 07/17] usb: gadget: mv_udc: fix typo in error message X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Change 'nfo=' to 'info=' Signed-off-by: Troy Kisky --- v4: no change --- drivers/usb/gadget/mv_udc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c index 322c04f..cc21306 100644 --- a/drivers/usb/gadget/mv_udc.c +++ b/drivers/usb/gadget/mv_udc.c @@ -368,8 +368,8 @@ static void handle_ep_complete(struct mv_ep *ep) mv_invalidate_qtd(num); if (item->info & 0xff) - printf("EP%d/%s FAIL nfo=%x pg0=%x\n", - num, in ? "in" : "out", item->info, item->page0); + printf("EP%d/%s FAIL info=%x pg0=%x\n", + num, in ? "in" : "out", item->info, item->page0); len = (item->info >> 16) & 0x7fff;