From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 76A641DFE0B; Fri, 15 Aug 2025 13:32:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.176.79.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755264726; cv=none; b=nQLZGQTXqc1gx3s95byqwhQb9Z6BFe6aCTsWO/Wkgm7LxEFeBRKaHSBO4f9mCAneHWWywAtHdHsNQVURURs9OjDqRKKXurDS7SDFYG8kPuT2PDozXNO2J1TUFX+2BZ7JnF9jbuIiHizo+Oaz7bxVba5cysnxxmFj/BeYPcofEuE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755264726; c=relaxed/simple; bh=YHnqHSCTTfiByHZ2rBfUXypWaYUuoThI3rL15wOtZa4=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=KQ7STDnM8SY6Id10/gXzB25kQpq/NJ3pgrPTbYvZ6S2aYdO0Xny3M2OdnV0YymdGauhYhu7T/2N/l9lX98rBp1jO8ahLKOqoxn3l2ZxpTN954hIiSxXZ9cVHmkrhXQ8mK8qir8zpPz+IFCYtRFlCHK3ZMqbSs6nyh96ESIThnHI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=185.176.79.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.18.186.31]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4c3NF360n0z6L4t1; Fri, 15 Aug 2025 21:27:03 +0800 (CST) Received: from frapeml500008.china.huawei.com (unknown [7.182.85.71]) by mail.maildlp.com (Postfix) with ESMTPS id 3B9C91402F4; Fri, 15 Aug 2025 21:32:02 +0800 (CST) Received: from localhost (10.203.177.66) by frapeml500008.china.huawei.com (7.182.85.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Fri, 15 Aug 2025 15:32:01 +0200 Date: Fri, 15 Aug 2025 14:31:59 +0100 From: Jonathan Cameron To: Dave Jiang CC: , , , , , , , , , , , , , Subject: Re: [PATCH 4/4] acpi/hmat: Remove now unused hmat_update_target_coordinates() Message-ID: <20250815143159.00003f43@huawei.com> In-Reply-To: <20250814171650.3002930-5-dave.jiang@intel.com> References: <20250814171650.3002930-1-dave.jiang@intel.com> <20250814171650.3002930-5-dave.jiang@intel.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: lhrpeml500003.china.huawei.com (7.191.162.67) To frapeml500008.china.huawei.com (7.182.85.71) On Thu, 14 Aug 2025 10:16:50 -0700 Dave Jiang wrote: > Remove deadcode since CXL no longer calls hmat_update_target_coordinates(). > > Signed-off-by: Dave Jiang Hard to argue with this one ;) Reviewed-by: Jonathan Cameron