Received: by 2002:a05:6358:3188:b0:123:57c1:9b43 with SMTP id q8csp29876745rwd; Wed, 5 Jul 2023 19:54:38 -0700 (PDT) X-Google-Smtp-Source: APBJJlGRTaCGCv2mBPfjqfSuVT1IASnBNjR52PmC54PYGsk88/SC2rxRPj5VZbhbNouW6kUUQKlJ X-Received: by 2002:a25:4cc5:0:b0:c42:6af7:bb90 with SMTP id z188-20020a254cc5000000b00c426af7bb90mr593392yba.33.1688612078599; Wed, 05 Jul 2023 19:54:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1688612078; cv=none; d=google.com; s=arc-20160816; b=IX6l8Ik3Rivxsc732eUEFqTvPUVfc/p9hIskWs5lZ+MlUhgo4Las2FcEyH6GX53wbj AdnouO3BKkAVd3FD7P8yhF7w24pLeE2L0iZJzOu6FxX3o9iq84pkI+TwlEmok5UkGraV UWlaulJfWCp3IQhZ+VCU9bDTAVPtn/td9yf+nvPCeg4XZJlN32YVLt6wD2J0I8Q6B93h IeZxmxlERc2EVSvGtkQZlBO1gSF710m0uWaUZesB4DBowMQEf8C9S/tjl0V+dB12Ka++ pjmb7RyTEBu/ECI0c+wsH9LBocyIfzDzJ7xX03htO7UlRGMNHDJ5Sng5oJRKILpYSN9R xkxA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=4PsciJR3+SpAZ1NY42oQc/4xy/lmjPvdT+nzfkbYq7E=; fh=6X+vArecMxWaejW+AhhtYQV02pbxP/dnh1CG1jb2kv4=; b=BJszjOOygREpvAggdD0va6DBrepeXnLab9HJmi8bTsTd2x2w5xuAX43tUcFk3LHLP8 BboeSXjFWsePgzpKNW+NVud9zlpBvx64OGaMR2X6DjkkcZvzK+86+gQFEnmvY6zb8guI hryBMRheqR5tuBQ4L+/UzuyFj1nldDEj3ENwOe/MCcV4OJuc5xVjfb+4k9UUtU+KzBjo UUKwjRU1gbFx9g2OGSwc/ej3+GXA1ZZICizyFcSoVcLwzSyX+qoC9LUsIslqCABifNRO JnrVZkGXUmqpM/jBRgmW5eK7aHsOelpr+UCKKE1moaspt/roy9ACpTMpmr3LUMEDFi20 Z04g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=huawei.com Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id u10-20020a63454a000000b0055799d9b4basi500825pgk.893.2023.07.05.19.54.24; Wed, 05 Jul 2023 19:54:38 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232833AbjGFC2N (ORCPT + 99 others); Wed, 5 Jul 2023 22:28:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39070 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229793AbjGFC2M (ORCPT ); Wed, 5 Jul 2023 22:28:12 -0400 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 49AD3DA; Wed, 5 Jul 2023 19:28:12 -0700 (PDT) Received: from lhrpeml500005.china.huawei.com (unknown [172.18.147.207]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4QxL2k6Lxxz67Nsw; Thu, 6 Jul 2023 10:24:46 +0800 (CST) Received: from localhost (10.34.206.101) by lhrpeml500005.china.huawei.com (7.191.163.240) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Thu, 6 Jul 2023 03:28:07 +0100 Date: Thu, 6 Jul 2023 10:28:03 +0800 From: Jonathan Cameron To: Paul Cercueil CC: Wolfram Sang , , , Jean Delvare Subject: Re: [PATCH 09/23] i2c: i801: Remove #ifdef guards for PM related functions Message-ID: <20230706102803.00005eee@Huawei.com> In-Reply-To: <20230705204314.89800-10-paul@crapouillou.net> References: <20230705204314.89800-1-paul@crapouillou.net> <20230705204314.89800-10-paul@crapouillou.net> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 4.1.0 (GTK 3.24.33; x86_64-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.34.206.101] X-ClientProxiedBy: lhrpeml500001.china.huawei.com (7.191.163.213) To lhrpeml500005.china.huawei.com (7.191.163.240) X-CFilter-Loop: Reflected X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 5 Jul 2023 22:43:00 +0200 Paul Cercueil wrote: > Use the new PM macros for the suspend and resume functions to be > automatically dropped by the compiler when CONFIG_PM or > CONFIG_PM_SLEEP are disabled, without having to use #ifdef guards. > > This has the advantage of always compiling these functions in, > independently of any Kconfig option. Thanks to that, bugs and other > regressions are subsequently easier to catch. > > Signed-off-by: Paul Cercueil Reviewed-by: Jonathan Cameron