From patchwork Thu Sep 26 01:41:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 278060 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 941F52C036B for ; Thu, 26 Sep 2013 11:42:48 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1195E4A0F4; Thu, 26 Sep 2013 03:42:38 +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 dArYcjRBPwIz; Thu, 26 Sep 2013 03:42:37 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F10BF4A0AE; Thu, 26 Sep 2013 03:41:40 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 51A754A088 for ; Thu, 26 Sep 2013 03:41:33 +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 WJ5GoQKNq8kg for ; Thu, 26 Sep 2013 03:41:25 +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-pb0-f45.google.com (mail-pb0-f45.google.com [209.85.160.45]) by theia.denx.de (Postfix) with ESMTPS id 631A54A08B for ; Thu, 26 Sep 2013 03:41:12 +0200 (CEST) Received: by mail-pb0-f45.google.com with SMTP id mc17so434134pbc.18 for ; Wed, 25 Sep 2013 18:41:10 -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=WzbU7hWJnIfmPDnbpYKhjBKN8myVf85g7BkORK3kH1U=; b=fHgnEkYOFYOPN9e1+s+oX0Bc35+FsJNJRDkuZUKAAZWYMJu1H+GuIg0ccw+rcOJ82X wa1ofzxMow7V5f76mtdr2359ezCRH5jxZbclUXxr9eTYIdpSw5NfMPDyTY1RQQZ7bL12 Mc21EzAKb2YmhwJFj0E6xq7FUG838B4SYRTzXwlVmyPgnIvuJWMVU3yxUxrhoDmFgVe0 6q8oY309tlDSVQ3OQAPBWR3vVqKNkINP0nIMVmSb/aZ+jv6FhtiYHoT13OTqoxiiOiMI mqAUCKOH9V5lnOibK1t6E8QsuDdH9jYym2n7YDPxOqKjnXRuV5h0/mKr96v+E61ybLCX FsYQ== X-Gm-Message-State: ALoCoQm0mOG1LsmcIG3TZajcLK3b3ogo/4NScZPiKjtD7rT/tC7MQc+y/EYIwg8Fka/p/glP+iVZ X-Received: by 10.68.197.36 with SMTP id ir4mr36340555pbc.96.1380159670828; Wed, 25 Sep 2013 18:41:10 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPSA id ed3sm26636817pbc.6.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 25 Sep 2013 18:41:10 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.80) (envelope-from ) id 1VP0a3-0006tR-N8; Wed, 25 Sep 2013 18:41:23 -0700 From: Troy Kisky To: marek.vasut@gmail.com Date: Wed, 25 Sep 2013 18:41:08 -0700 Message-Id: <1380159678-26416-9-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1380159678-26416-1-git-send-email-troy.kisky@boundarydevices.com> References: <1380159678-26416-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 V5 08/18] 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 v5: 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 38d1eb5..4910659 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;