From patchwork Thu Dec 30 23:08:04 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Justin P. Mattock" X-Patchwork-Id: 5358 Return-path: Envelope-to: mchehab@gaivota Delivery-date: Thu, 30 Dec 2010 22:10:30 -0200 Received: from mchehab by gaivota with local (Exim 4.72) (envelope-from ) id 1PYSZi-0000O0-Ia for mchehab@gaivota; Thu, 30 Dec 2010 22:10:30 -0200 Received: from casper.infradead.org [85.118.1.10] by gaivota with IMAP (fetchmail-6.3.17) for (single-drop); Thu, 30 Dec 2010 22:10:30 -0200 (BRST) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1PYRdQ-0003tu-Aw; Thu, 30 Dec 2010 23:10:16 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753519Ab0L3XJM (ORCPT + 1 other); Thu, 30 Dec 2010 18:09:12 -0500 Received: from mail-gx0-f174.google.com ([209.85.161.174]:59254 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750967Ab0L3XI6 (ORCPT ); Thu, 30 Dec 2010 18:08:58 -0500 Received: by mail-gx0-f174.google.com with SMTP id 9so1899519gxk.19 for ; Thu, 30 Dec 2010 15:08:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=h1z9I5sGxfQdWYhP+qLg9wsnoPCbLbaiwLuYsRT9lS0=; b=mDMn9L0WWpoA4EwD8rTjt1lrV7qlR7pbSKxudL4daz8RbNTbjAyAEFsY9mkGyP5FVz fSRw7u3XEjeV74Ddu7lg6UCUyv3YXHLI5oOXPYA9SQpTOetJ+k3afXLroscRId3e0YjX 5VlEIrcQnhCcsQISQTLhS7Dwsb26XyX+ofZss= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=X3YBLE3EPbfri9ZTObYrybiXbL8SOiox4Qxn+nDgz2yRKeBBrZmv8qm4VRN8MZlGjk vl/TpurdJSI1SNHS6xVIra+RAVsQEHbuo7tSBt8VZ2zTtzRFMwN/oq9vVja6Bnsn+oMU Uq6PMBBXr4WCcYoYb4qwCrpnBxcRFdvtbJC/g= Received: by 10.91.143.17 with SMTP id v17mr7996650agn.136.1293750537736; Thu, 30 Dec 2010 15:08:57 -0800 (PST) Received: from localhost.localdomain ([76.91.45.220]) by mx.google.com with ESMTPS id z23sm5611318yhc.24.2010.12.30.15.08.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 30 Dec 2010 15:08:57 -0800 (PST) From: "Justin P. Mattock" To: trivial@kernel.org Cc: linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, ivtv-devel@ivtvdriver.org, linux-media@vger.kernel.org, linux-wireless@vger.kernel.org, linux-scsi@vger.kernel.org, spi-devel-general@lists.sourceforge.net, devel@driverdev.osuosl.org, linux-usb@vger.kernel.org, "Justin P. Mattock" Subject: [PATCH 15/15]drivers:spi:dw_spi.c Typo change diable to disable. Date: Thu, 30 Dec 2010 15:08:04 -0800 Message-Id: <1293750484-1161-15-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.6.5.2.180.gc5b3e In-Reply-To: <1293750484-1161-14-git-send-email-justinmattock@gmail.com> References: <1293750484-1161-1-git-send-email-justinmattock@gmail.com> <1293750484-1161-2-git-send-email-justinmattock@gmail.com> <1293750484-1161-3-git-send-email-justinmattock@gmail.com> <1293750484-1161-4-git-send-email-justinmattock@gmail.com> <1293750484-1161-5-git-send-email-justinmattock@gmail.com> <1293750484-1161-6-git-send-email-justinmattock@gmail.com> <1293750484-1161-7-git-send-email-justinmattock@gmail.com> <1293750484-1161-8-git-send-email-justinmattock@gmail.com> <1293750484-1161-9-git-send-email-justinmattock@gmail.com> <1293750484-1161-10-git-send-email-justinmattock@gmail.com> <1293750484-1161-11-git-send-email-justinmattock@gmail.com> <1293750484-1161-12-git-send-email-justinmattock@gmail.com> <1293750484-1161-13-git-send-email-justinmattock@gmail.com> <1293750484-1161-14-git-send-email-justinmattock@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: Mauro Carvalho Chehab The below patch fixes a typo "diable" to "disable". Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock --- drivers/spi/dw_spi.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/spi/dw_spi.c b/drivers/spi/dw_spi.c index 7c3cf21..a3a065f 100644 --- a/drivers/spi/dw_spi.c +++ b/drivers/spi/dw_spi.c @@ -910,12 +910,12 @@ int __devinit dw_spi_add_host(struct dw_spi *dws) ret = init_queue(dws); if (ret) { dev_err(&master->dev, "problem initializing queue\n"); - goto err_diable_hw; + goto err_disable_hw; } ret = start_queue(dws); if (ret) { dev_err(&master->dev, "problem starting queue\n"); - goto err_diable_hw; + goto err_disable_hw; } spi_master_set_devdata(master, dws); @@ -930,7 +930,7 @@ int __devinit dw_spi_add_host(struct dw_spi *dws) err_queue_alloc: destroy_queue(dws); -err_diable_hw: +err_disable_hw: spi_enable_chip(dws, 0); free_irq(dws->irq, dws); err_free_master: