From patchwork Sun Apr 27 10:25:31 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 4071441 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 063B3BFF02 for ; Sun, 27 Apr 2014 10:28:31 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3D8CE2020E for ; Sun, 27 Apr 2014 10:28:30 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5EF4020200 for ; Sun, 27 Apr 2014 10:28:29 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WeMHn-0003AM-69; Sun, 27 Apr 2014 10:26:15 +0000 Received: from mail-ve0-f175.google.com ([209.85.128.175]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WeMHk-00037I-Ru for linux-arm-kernel@lists.infradead.org; Sun, 27 Apr 2014 10:26:13 +0000 Received: by mail-ve0-f175.google.com with SMTP id oz11so6655539veb.34 for ; Sun, 27 Apr 2014 03:25:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=jWE/fNcVGJJPiO1gReE/Y0C6W09CMpx5XSgkzQHSF1c=; b=M7MtzUQ4l+IE6JyDDXnuxmSExaaF/iPCh6HBTRIZDlVlF5SNUpVGu+TgWSkvKkveww nwKJwGlHHjyEA2XbKQGuiWq7becAbC5kfgTkmjXbmApZBS28/fQ2Ikshqg/OTBdPxWSS 9gm6lV3go1cWJDkvDe0mJGUYdVHh4CavkYJXQ15qHXmkwIKKBgPEgD8e60QO9chaFbJC 2Qnf4zgIjcQsgSahHOgyKTbE+rtOkeou8i0RVRXsObOW3jQJTajTYzk44O1mZ4ro+Hm1 bpVHuAazs/ZhLMuK4K6oBtdRM0ZJBNNoV6lyLBx8j8u/a1+H+xfLmz835ID+T5SxczVS P8Sw== X-Gm-Message-State: ALoCoQlamS8O0zAufzsGvrylvlAfTQeg/JIM+CpLTGNM7taiXFnkijYCw4uDSmoHxbsGHva4cdw/ X-Received: by 10.52.90.37 with SMTP id bt5mr14861633vdb.7.1398594350912; Sun, 27 Apr 2014 03:25:50 -0700 (PDT) Received: from [1.167.67.231] (1-167-67-231.dynamic.hinet.net. [1.167.67.231]) by mx.google.com with ESMTPSA id na18sm28442992vdb.5.2014.04.27.03.25.43 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 27 Apr 2014 03:25:50 -0700 (PDT) Message-ID: <1398594331.6291.4.camel@phoenix> Subject: [RESEND][PATCH] mmc: wmt-sdmmc: Remove deprecated IRQF_DISABLED From: Axel Lin To: Chris Ball , Ulf Hansson Date: Sun, 27 Apr 2014 18:25:31 +0800 X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140427_032613_007971_63B0C784 X-CRM114-Status: UNSURE ( 9.38 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: linux-mmc@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP It's a NOOP since 2.6.35 and it will be removed one day. This is not trivial because current code uses hard coded 32 instead of IRQF_DISABLED in the request_irq call. Signed-off-by: Axel Lin --- This patch was sent on: http://www.spinics.net/lists/linux-mmc/msg22644.html drivers/mmc/host/wmt-sdmmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/wmt-sdmmc.c b/drivers/mmc/host/wmt-sdmmc.c index 5501c9f..8a48a50 100644 --- a/drivers/mmc/host/wmt-sdmmc.c +++ b/drivers/mmc/host/wmt-sdmmc.c @@ -829,7 +829,7 @@ static int wmt_mci_probe(struct platform_device *pdev) goto fail3; } - ret = request_irq(dma_irq, wmt_mci_dma_isr, 32, "sdmmc", priv); + ret = request_irq(dma_irq, wmt_mci_dma_isr, 0, "sdmmc", priv); if (ret) { dev_err(&pdev->dev, "Register DMA IRQ fail\n"); goto fail4;