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 DD4D7EB64DC for ; Thu, 6 Jul 2023 09:27:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231979AbjGFJ1n (ORCPT ); Thu, 6 Jul 2023 05:27:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229793AbjGFJ1l (ORCPT ); Thu, 6 Jul 2023 05:27:41 -0400 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BF4871725; Thu, 6 Jul 2023 02:27:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1688635660; x=1720171660; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=JArIM2HKqC9QBC+pTllM7eQ+KGMVlg+PycBfFpwwyJU=; b=aMMG4iuXMm0le92scYgSRoUNY0zXgPAxXBfTyALvqI83K40SFicjLse8 BRebSCmtinOBh0SVYFDpjDytpRZgLrnvL1jOg2aPeoZSpXWI+Mrun5zMB W2TchB0+1+3XES8EbmraN1pN1c+aYX7kGk/HxjnDh06LGq4MALcgrsZB4 BW42i7q07JDuz+3B91MncL546aDe+O5HuAxHW2ErEO3RFeJxJmnp6JF6S 9T2a3Sx9fIAvpDt3HqKIEU1DkjXsWx79AC1lsun8efwjN5MfQo3I4j4xT hbZDI5ALiUtPZ5C/lONSrR0ucPzoA5yMn1kbKDSl9+zwWVA/OzC0PrjeD g==; X-IronPort-AV: E=McAfee;i="6600,9927,10762"; a="363583183" X-IronPort-AV: E=Sophos;i="6.01,185,1684825200"; d="scan'208";a="363583183" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jul 2023 02:27:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10762"; a="719525627" X-IronPort-AV: E=Sophos;i="6.01,185,1684825200"; d="scan'208";a="719525627" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga002.jf.intel.com with ESMTP; 06 Jul 2023 02:27:23 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qHLGj-000Tso-2V; Thu, 06 Jul 2023 12:27:21 +0300 Date: Thu, 6 Jul 2023 12:27:21 +0300 From: Andy Shevchenko To: "Rafael J. Wysocki" Cc: "Rafael J. Wysocki" , Wolfram Sang , Andi Shyti , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, acpica-devel@lists.linuxfoundation.org, Len Brown , Robert Moore , Michael Walle Subject: Re: [PATCH v4 2/5] ACPI: platform: Ignore SMB0001 only when it has resources Message-ID: References: <20230703121411.69606-1-andriy.shevchenko@linux.intel.com> <20230703121411.69606-3-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 04, 2023 at 07:32:43PM +0200, Rafael J. Wysocki wrote: > On Mon, Jul 3, 2023 at 2:14 PM Andy Shevchenko > wrote: ... > Applied as 6.5-rc material along with the rest of the series (except > for the last patch that has been superseded), but I moved the > has_resources definition to the block where it is used and added a > 'false' initial value to it. as the code might not work as expected > without initializing it. > > Please double check the bleeding-edge branch of linux-pm. Now it's in Linux Next and everything looks fine to me, thank you! -- With Best Regards, Andy Shevchenko