Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp1214941ybn; Wed, 25 Sep 2019 14:21:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqys9QUVzs02utl0e9Q+ZnzyrLLJcs3sAasPrcq1wdg4MndXNEo5BGNKK/Dghvwoh1A1TAg/ X-Received: by 2002:a17:906:168f:: with SMTP id s15mr168644ejd.109.1569446499617; Wed, 25 Sep 2019 14:21:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569446499; cv=none; d=google.com; s=arc-20160816; b=xSSOSANRd9XHthG1oP1/t8DF/Kr5YEfw7d7gf958+9lnn8/TN8kxWSSs9xSB30Qm8q 4e4vUEtZFjJzXnvVgF64G8t1VRHwDeJqkp7RL8cGk5cwibAK0cDyD5oBCnzPxnHEiHbv HBv8s0RqOx2LlaTNNNMLyeSj5XpC5qeUtS38/IBuBvNh0u+iet2+HB79rnquDhA4gTj6 3QPHXqlVBAdftBZKPLQDZdllZJEVy9a29fw4vwfje4Sta1PLeVW4ykMRBO+TPv8vjnDk AM8AT0JgPe4QIk+w8NwYKodhboQuNyBF6BGam7FSw86Qtrpjf1tKkP3IoLgUCko+6ruZ 4DGg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=UHAeh1pC/FMeZgcRWQZAYQXj7mJRwJ//JuPKKxJu3CM=; b=03rn68gxmaNbgMEmzt2RZJDNyqdY0h6CC9gHyaQhDNtvlq95VlOQisv8ATBlnWwmMF u29rnMzNVAi/D/vAXi1tALB/ex/MJd4BE9qeUKiUrko7P4Bhv35Dra+Dh3ZoMJqvHIgR BVj/fsZ0ywNNJCjhBXMySKbwsluDlMUtTQ6QH3Bf5/Wpp8NfgMKOt/L5gyMxjpOrU3Nf 9KvkPz6HHY/ZmipNkStxJHPq+glAc5Gi8r7no6AtlxqAMEWhdRV2rncRQtV+1XTpIf63 qRTPtOa5Cu8c82dNIX6kri2Skm6r7If/8EpwqdAgpSoC0I3N2t6iILHgwbQ3+x9cUlz9 0H/A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ox5si26744ejb.252.2019.09.25.14.21.15; Wed, 25 Sep 2019 14:21:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2440249AbfIWR6b (ORCPT + 99 others); Mon, 23 Sep 2019 13:58:31 -0400 Received: from muru.com ([72.249.23.125]:34314 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2393421AbfIWR6a (ORCPT ); Mon, 23 Sep 2019 13:58:30 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id DE9AA809F; Mon, 23 Sep 2019 17:59:02 +0000 (UTC) Date: Mon, 23 Sep 2019 10:58:27 -0700 From: Tony Lindgren To: Rasmus Villemoes Cc: Linus Walleij , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] pinctrl: devicetree.c: remove orphan pinctrl_dt_has_hogs() Message-ID: <20190923175827.GA5610@atomide.com> References: <20190923142005.5632-1-linux@rasmusvillemoes.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190923142005.5632-1-linux@rasmusvillemoes.dk> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Rasmus Villemoes [190923 14:20]: > The helper pinctrl_dt_has_hogs() was introduced in > 99e4f67508e1 (pinctrl: core: Use delayed work for hogs), but the sole > use then got removed shortly after in 950b0d91dc10 (pinctrl: core: Fix > regression caused by delayed work for hogs). Oops, thanks for catching it: Acked-by: Tony Lindgren