From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89BB2C54FCB for ; Wed, 22 Apr 2020 17:14:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 64DAB2098B for ; Wed, 22 Apr 2020 17:14:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726057AbgDVROu (ORCPT ); Wed, 22 Apr 2020 13:14:50 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:48088 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726006AbgDVROu (ORCPT ); Wed, 22 Apr 2020 13:14:50 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: andrzej.p) with ESMTPSA id 89CCE2A12D7 Subject: Re: [PATCH 1/2] thermal: core: Let thermal zone device's mode be stored in its struct To: kbuild test robot , linux-pm@vger.kernel.org Cc: kbuild-all@lists.01.org, Zhang Rui , "Rafael J . Wysocki" , Len Brown , Jiri Pirko , Ido Schimmel , "David S . Miller" , Peter Kaestle , Darren Hart , Andy Shevchenko References: <20200420181741.13167-2-andrzej.p@collabora.com> <202004221505.VSqhe7MD%lkp@intel.com> From: Andrzej Pietrasiewicz Message-ID: <6757be3c-480e-8d1e-f161-26a9095fd356@collabora.com> Date: Wed, 22 Apr 2020 19:14:45 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <202004221505.VSqhe7MD%lkp@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org W dniu 22.04.2020 o 09:49, kbuild test robot pisze: > Hi Andrzej, > > I love your patch! Yet something to improve: > > [auto build test ERROR on 79799562bf087b30d9dd0fddf5bed2d3b038be08] > > url: https://github.com/0day-ci/linux/commits/Andrzej-Pietrasiewicz/Stop-monitoring-disabled-devices/20200422-133553 > base: 79799562bf087b30d9dd0fddf5bed2d3b038be08 > config: arm-iop32x_defconfig (attached as .config) > compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day GCC_VERSION=9.3.0 make.cross ARCH=arm > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kbuild test robot > > All errors (new ones prefixed by >>): > > In file included from drivers/hwmon/hwmon.c:22: > include/linux/thermal.h: In function 'thermal_zone_device_set_mode': >>> include/linux/thermal.h:436:18: error: expected ';' before '}' token > 436 | { return -EINVAL } > | ^ > Addressed in PATCH RESEND 1/2, in reply to PATCH 1/2. Andrzej