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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 D3151C433C1 for ; Fri, 19 Mar 2021 18:34:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A6F0661981 for ; Fri, 19 Mar 2021 18:34:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230229AbhCSSde (ORCPT ); Fri, 19 Mar 2021 14:33:34 -0400 Received: from mga06.intel.com ([134.134.136.31]:48421 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230393AbhCSSdR (ORCPT ); Fri, 19 Mar 2021 14:33:17 -0400 IronPort-SDR: MnUSvntjm//hzxOaMAEuBofW79owcEW17ZS2jM6+WO5qwmGJh/9Yf4vXGs4knV9hvQ73KBZQJm 8C5ltfyxfVyg== X-IronPort-AV: E=McAfee;i="6000,8403,9928"; a="251297262" X-IronPort-AV: E=Sophos;i="5.81,262,1610438400"; d="scan'208";a="251297262" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Mar 2021 11:33:16 -0700 IronPort-SDR: Nd23J8p0IS4rhosGPFrYVzUt6m4vQfTKxrx9A82I5qijRQuGL8BMNULqWpv9lixPAbWaK3Njq0 acYaMsJDmq3g== X-IronPort-AV: E=Sophos;i="5.81,262,1610438400"; d="scan'208";a="373153098" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Mar 2021 11:33:15 -0700 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1lNJvs-00DwTh-7d; Fri, 19 Mar 2021 20:33:12 +0200 Date: Fri, 19 Mar 2021 20:33:12 +0200 From: Andy Shevchenko To: "Rafael J. Wysocki" Cc: "Rafael J. Wysocki" , ACPI Devel Maling List , Linux Kernel Mailing List , "Rafael J. Wysocki" , Len Brown Subject: Re: [PATCH v1 1/1] ACPI: scan: Use unique number for instance_no Message-ID: References: <20210312160137.19463-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Fri, Mar 19, 2021 at 08:06:18PM +0200, Andy Shevchenko wrote: > On Fri, Mar 19, 2021 at 06:00:38PM +0100, Rafael J. Wysocki wrote: > > On Fri, Mar 12, 2021 at 5:02 PM Andy Shevchenko > > wrote: > > This is a slightly convoluted way of stating that there is a bug in > > acpi_device_del(). > > Any suggestion how to massage the above? > But in the dry end, yes, decrementing is a bug. Okay, v2 has been sent. I tried to simplify the message. -- With Best Regards, Andy Shevchenko