From patchwork Thu Aug 1 23:27: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: 264156 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 38D902C0090 for ; Fri, 2 Aug 2013 09:30:18 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B8C464A142; Fri, 2 Aug 2013 01:29:56 +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 j9P-EeUi6xfD; Fri, 2 Aug 2013 01:29:56 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 30BF04A0F1; Fri, 2 Aug 2013 01:28:37 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 518734A0BF for ; Fri, 2 Aug 2013 01:28:20 +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 uAirI5R5BBhg for ; Fri, 2 Aug 2013 01:28:15 +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-f171.google.com (mail-pd0-f171.google.com [209.85.192.171]) by theia.denx.de (Postfix) with ESMTPS id AD9EF4A04B for ; Fri, 2 Aug 2013 01:27:51 +0200 (CEST) Received: by mail-pd0-f171.google.com with SMTP id bv13so2353338pdb.16 for ; Thu, 01 Aug 2013 16:27:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=eLaiCTxEbW1CNucwcUQrEWEWmzVMNSt8BuUpFoMyVvk=; b=oCOyEaeCzR8+YVD4LwQZnnc+zjmwCGuFskXdK8aXWR4U4PsROicHEwmZ1rGQWIUY6H ly8B3lOBAMCVXghLaF8cdOzAuugREjesKf8drGt/pcamZIFOEh/9BaXpUPkwAaGyYoDH SrUmIqYMLLukl1RD373eWk81vfAdOqyJgVqIWAMy/bgtABe5BNtW93ndcAVTPWzmpTdR 5dYZvECQDjhOsbjEbvfLPmHca+it4AAxFbAw+Smy2F16/uGK8Q2CHp14laj4XZ+UAyeX e83y8/G//7x5+huM+h5C/PRIkEXvjQONTpsayIt4Bw/c94pK8Ah7MQNT7krVjn27ztfG Os/w== X-Received: by 10.68.179.225 with SMTP id dj1mr4389433pbc.193.1375399669869; Thu, 01 Aug 2013 16:27:49 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPSA id y6sm6402155pbl.23.2013.08.01.16.27.47 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 01 Aug 2013 16:27:49 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.80) (envelope-from ) id 1V52HX-0006hK-I5; Thu, 01 Aug 2013 16:27:43 -0700 From: Troy Kisky To: marek.vasut@gmail.com Date: Thu, 1 Aug 2013 16:27:30 -0700 Message-Id: <1375399657-25642-14-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1375399657-25642-1-git-send-email-troy.kisky@boundarydevices.com> References: <1375399657-25642-1-git-send-email-troy.kisky@boundarydevices.com> X-Gm-Message-State: ALoCoQlY73AWffeVG/hP0++leXo88ME0PYEG8mxdtbenns4OTpKSjyevkJ2mIz9eDHPpBc13NNIH Cc: fabio.estevam@freescale.com, otavio@ossystems.com.br, leiwen@marvell.com, u-boot@lists.denx.de Subject: [U-Boot] [PATCH V3 13/20] 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 --- 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 0ff2e5e..3ad51b7 100644 --- a/drivers/usb/gadget/mv_udc.c +++ b/drivers/usb/gadget/mv_udc.c @@ -383,8 +383,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;