From patchwork Fri Mar 4 17:03:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 363 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:41:57 -0000 Delivered-To: patches@linaro.org Received: by 10.224.60.68 with SMTP id o4cs21493qah; Fri, 4 Mar 2011 09:03:50 -0800 (PST) Received: by 10.216.173.7 with SMTP id u7mr781495wel.50.1299258230265; Fri, 04 Mar 2011 09:03:50 -0800 (PST) Received: from mail-wy0-f178.google.com (mail-wy0-f178.google.com [74.125.82.178]) by mx.google.com with ESMTPS id o12si4540112wer.43.2011.03.04.09.03.49 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 Mar 2011 09:03:50 -0800 (PST) Received-SPF: neutral (google.com: 74.125.82.178 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.178 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by wyf28 with SMTP id 28so2729101wyf.37 for ; Fri, 04 Mar 2011 09:03:49 -0800 (PST) Received: by 10.227.195.211 with SMTP id ed19mr728438wbb.208.1299258229780; Fri, 04 Mar 2011 09:03:49 -0800 (PST) Received: from [192.168.0.2] (cpc2-aztw21-0-0-cust264.aztw.cable.virginmedia.com [77.100.97.9]) by mx.google.com with ESMTPS id bd8sm1933382wbb.19.2011.03.04.09.03.48 (version=SSLv3 cipher=OTHER); Fri, 04 Mar 2011 09:03:49 -0800 (PST) Message-ID: <4D711B70.3070008@linaro.org> Date: Fri, 04 Mar 2011 17:03:44 +0000 From: Lee Jones User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8 MIME-Version: 1.0 To: patches@linaro.org Subject: [PATCH] spi/pl022: rid dangling labels From: Linus Walleij Remove a compilation error regarding unused labels that came about when simplifying the DMA code. Signed-off-by: Linus Walleij --- drivers/spi/amba-pl022.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/spi/amba-pl022.c b/drivers/spi/amba-pl022.c index 4cd05cc..14a451b 100644 --- a/drivers/spi/amba-pl022.c +++ b/drivers/spi/amba-pl022.c @@ -1030,8 +1030,6 @@ static int configure_dma(struct pl022 *pl022) return 0; -err_submit_tx: -err_submit_rx: err_txdesc: dmaengine_terminate_all(txchan); err_rxdesc: -- 1.7.3.2