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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0AEEC4332F for ; Fri, 23 Dec 2022 15:33:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229937AbiLWPdY (ORCPT ); Fri, 23 Dec 2022 10:33:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51394 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236268AbiLWPdR (ORCPT ); Fri, 23 Dec 2022 10:33:17 -0500 Received: from gnuweeb.org (gnuweeb.org [51.81.211.47]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 156E4F2; Fri, 23 Dec 2022 07:33:16 -0800 (PST) Received: from [10.7.7.5] (unknown [182.253.183.184]) by gnuweeb.org (Postfix) with ESMTPSA id C52257E2AF; Fri, 23 Dec 2022 15:33:11 +0000 (UTC) X-GW-Data: lPqxHiMPbJw1wb7CM9QUryAGzr0yq5atzVDdxTR0iA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1671809595; bh=5GHBD7JurI3VoO08C91HciXDHvmDolhMleVtvLbr5tw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=MsXlMEvsmV7zUNBGM8HeJ/dtPAs8X4457iYsIxMpf4ez+y9nGyU42odPymo1I9TRe RSxmw6E4NRYb3fCR5m71d+8lq+/1g83oJsCV4Vx+K9Ky9NK0g9zUgXHPAfNoM0gViR dEAK3pEGOVBAPjpIOkOheuVsopcbYynZ+2gyzy2sB6eZ4P19Bb76h33XMn+0wOxmnX tgY7MYsJY48SlDAcI+WuiZd0w7IFa24KcMdDmlwHJ5qiF5tA59vL/1d+/NY43Wruh3 1vWGP3ygDMG3L5fpy7uU1Vxz4yPKDbQCnC8Bt/+EKXQP4/SrgZnTMfcEbBEIuPcj2y 959lYD1J1t7OA== Message-ID: <16b2cfeb-23c6-1e7d-aa51-e7f585dbf1ae@gnuweeb.org> Date: Fri, 23 Dec 2022 22:33:09 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v1 0/2] clang warning cleanups Content-Language: en-US To: Robert Moore , "Rafael J. Wysocki" Cc: Len Brown , Nick Desaulniers , Tom Rix , Nathan Chancellor , Linux ACPI Mailing List , Linux Kernel Mailing List , ACPICA Mailing List , LLVM Mailing List , GNU/Weeb Mailing List References: <20221223142419.3781410-1-ammar.faizi@intel.com> From: Ammar Faizi In-Reply-To: <20221223142419.3781410-1-ammar.faizi@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On 12/23/22 9:24 PM, Ammar Faizi wrote: > Hi, > > On top of Linus' tree. This series fixes clang warnings. Sorry for the noise. It turned out I messed up my clang compiler flags. I forgot to do a "git reset --hard" before recompiling. This has nothing todo with the upstream kernel. Please ignore. -- Ammar Faizi