From patchwork Thu Dec 17 13:52:29 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 58590 Delivered-To: patch@linaro.org Received: by 10.112.89.199 with SMTP id bq7csp377587lbb; Thu, 17 Dec 2015 05:52:36 -0800 (PST) X-Received: by 10.98.65.220 with SMTP id g89mr14280156pfd.63.1450360356264; Thu, 17 Dec 2015 05:52:36 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u16si12649237pfa.225.2015.12.17.05.52.35; Thu, 17 Dec 2015 05:52:36 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-gpio-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-gpio-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-gpio-owner@vger.kernel.org; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755687AbbLQNwf (ORCPT + 4 others); Thu, 17 Dec 2015 08:52:35 -0500 Received: from mail-lf0-f49.google.com ([209.85.215.49]:35583 "EHLO mail-lf0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755519AbbLQNwf (ORCPT ); Thu, 17 Dec 2015 08:52:35 -0500 Received: by mail-lf0-f49.google.com with SMTP id l133so51900461lfd.2 for ; Thu, 17 Dec 2015 05:52:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=qy9Y/QzaXbxnHAvfZCQtYv77yUanzgZInGeb2mobeHk=; b=Wbup1LxqZadbOw/ZH70tVhTlOCfaBMT528TAxTa9Rz4SYb59Kh2mj/cm3GkdGRXJno Q4y4K+d5gOUqhrYa70HN/s6IBl5iskg6TwUQfcz9iFimJ0tueIIT6patQyvk5B2xBp90 vqjF5aqQ/2bZmys+EL8mKHxj3hmuCCorbEbjE= 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; bh=qy9Y/QzaXbxnHAvfZCQtYv77yUanzgZInGeb2mobeHk=; b=KgOlcrhQjfwq6740oW12O0jPLKffkOLtksNONbTSadW5lsKrGd46JgYqDPkHceKIVn R3QtIkvfP3BL/MifrcqrN15RaG6TK6AO+7vfU/mD9s5+mVyuinMSicmkek2dZ2kDxnl+ K619CvgmbGeZLgMRjtNWXfeiYR3rv2hEhd8Q13S+01HukQTizM+SjIMx3J/yHm+BgFv7 g8xdviXD7LqxMoMb7QLjy+7tey1MbGlvMQPpgCFwINt+ED/4y5L81+p6KR4Lkx8Wr+Hb gT+aGbTrGx/xD5BiHTWE/0ax+GZQmCSp9q5K7j8saGr13xbARdnUWsvjbwk67K/ulFTg 3K0A== X-Gm-Message-State: ALoCoQlCogNJHi10WVecWoKZMT7XRDbESnR5g/fVruWem0HDDysTn80gM+1KRz6BfXWcZgbFzemVvr/noYaFDEWNJeZ8szCRlQ== X-Received: by 10.25.207.205 with SMTP id f196mr21717368lfg.124.1450360352932; Thu, 17 Dec 2015 05:52:32 -0800 (PST) Received: from localhost.localdomain ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id au8sm1907298lbc.31.2015.12.17.05.52.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 Dec 2015 05:52:32 -0800 (PST) From: Linus Walleij To: linux-gpio@vger.kernel.org, Alexandre Courbot Cc: Linus Walleij , Yendapally Reddy Dhananjaya Reddy Subject: [PATCH] pinctrl: fixup problematic flag Date: Thu, 17 Dec 2015 14:52:29 +0100 Message-Id: <1450360349-21175-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 2.4.3 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This removes the set_irq_flags() call that unfortunately slipped into the BCM NSP driver. Reported-by: Stephen Rothwell Cc: Yendapally Reddy Dhananjaya Reddy Signed-off-by: Linus Walleij --- drivers/pinctrl/bcm/pinctrl-nsp-gpio.c | 1 - 1 file changed, 1 deletion(-) -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/pinctrl/bcm/pinctrl-nsp-gpio.c b/drivers/pinctrl/bcm/pinctrl-nsp-gpio.c index 06b7aaf3548c..1f66761c1a25 100644 --- a/drivers/pinctrl/bcm/pinctrl-nsp-gpio.c +++ b/drivers/pinctrl/bcm/pinctrl-nsp-gpio.c @@ -696,7 +696,6 @@ static int nsp_gpio_probe(struct platform_device *pdev) irq_set_chip_and_handler(irq, &nsp_gpio_irq_chip, handle_simple_irq); - set_irq_flags(irq, IRQF_VALID); irq_set_chip_data(irq, chip); }