Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp573975ybl; Wed, 28 Aug 2019 02:09:16 -0700 (PDT) X-Google-Smtp-Source: APXvYqwShi17zYNybB9TeKvjalPc8t1LWXXHBuT8IUnB/XSaK/6pjaIbQEFUbjeJcYV8u+NUS+gE X-Received: by 2002:a62:52d0:: with SMTP id g199mr3534752pfb.32.1566983356645; Wed, 28 Aug 2019 02:09:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566983356; cv=none; d=google.com; s=arc-20160816; b=H+dlPsnT2WVZfi231U5aoaG5meq7E4uJTc11RAFtz+vkqTShZhfrdL+eBn4RzVK1vH MdEpRMtuVsYXcUfq3pkPeEKD5cAETTp35VqN8Ju/I6W3UnYV4bS645u/lQg13YaxZnQx O6xBQWi+uOcgp1OSU6bhZJ/B5lPKnqupWXt2ArW78EGJm/4QOYL6SNvIdchwLBCCtyYj cJN6LbkkLnK4NLZRZH2hSH6hOVib1T5sEYMlQYbdFdEz79rhBzyqHSonVB6n5OgirlY/ B4zZ/te9kssTn5sJ56Q1jPHZVenkFXnOIUXmcSwg+j0a3cWK//4pTH55CvadW+HwFT89 mcag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=0g0cvW0ppkxyZ/YDgRIU+j46Kh/gtpSgIiRUjxZ+oOg=; b=jcgeLutOHrvW3HrRhmmJTpe4Xtf37MGAV/68POTVKN9Fja4g2KN6/YC2RgmwOxtFV7 GObQL2a/LDwx7qSKq/fjo/FY2sQv90aIWNvTrJV2HfE2AZc6TbGf5EJJprqvZUysSnm8 JnmjY4eZlaa4NNgEZWuSslgbPc0etYNMQdhKMIrW/bCcGzEtV6ILYp+XQUotqcEBSAns jp79wwhpBDP1g71OCpQxcU0gVvgMcbZZuiaou6MGZPSoqMIQ0w7tsJn5Ak+ps/z0N0nK vDkeExuggkN0OM2n4Cx8C1/kWERVTni5SQioTXJg69lnKwg2Z3YuVYoZTQaItSMsEz0b ZHPg== 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 4si1399576pjo.48.2019.08.28.02.08.59; Wed, 28 Aug 2019 02:09:16 -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 S1726432AbfH1JGo (ORCPT + 99 others); Wed, 28 Aug 2019 05:06:44 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:56300 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726259AbfH1JGo (ORCPT ); Wed, 28 Aug 2019 05:06:44 -0400 Received: from 79.184.255.249.ipv4.supernova.orange.pl (79.184.255.249) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.275) id 454af4f2b3dfb6e0; Wed, 28 Aug 2019 11:06:41 +0200 From: "Rafael J. Wysocki" To: myungjoo.ham@gmail.com Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , Leonard Crestez Subject: Re: linux-next: build warning after merge of the devfreq tree Date: Wed, 28 Aug 2019 11:06:41 +0200 Message-ID: <1642617.PhSKYY5FVN@kreacher> In-Reply-To: References: <20190826215017.02ab0d34@canb.auug.org.au> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday, August 26, 2019 2:46:08 PM CEST MyungJoo Ham wrote: > Thank you for pointing this out! > > I've added a fix to the tree: > https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git/log/?h=for-next > (and shared the patch in a previous reply) > > Rafael, could you please pull the fix from the git repo above? Done, thanks!