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 495CA176ABB for ; Wed, 28 Aug 2024 12:50:59 +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=1724849460; cv=none; b=tCbb7GXwmRntOeNwtRc3jRwBigtafZU8rYwomlPEwQ9TVsxyAg9ok4rwsXPmPQnqpJIvEUq//9ygpkT9SYrlN98lnUxPYE/E0iQlUIX2OJUBvRauyqNIZo9c1okc6utPmPL4Ba7jhCsmYTE/4Nzxkzs4db8L3pMf1b6jWDK8etU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724849460; c=relaxed/simple; bh=aOaxSElHnaagbkY8OyeiccDo9OUVw4rBOYlTk2Upjbc=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=cRRekxG49/681b3vzovVnrG8EwPyy2oWjj1NK+fk8meDhPIXj9absqNiyisui8GlxvqKyv0o5KPrxXuGvYFQ9LLT5oL3IevI7XMhODxIGSUS/9/Gf3lzbfAl5li3oKvSnwrUsrsHZ+/mI465O7trk0PAjXQ0YH1SxzywRpyaWeA= 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.216]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4Wv4226g0Tz6K9PD; Wed, 28 Aug 2024 20:47:38 +0800 (CST) Received: from lhrpeml500005.china.huawei.com (unknown [7.191.163.240]) by mail.maildlp.com (Postfix) with ESMTPS id 29A3F140B39; Wed, 28 Aug 2024 20:50:57 +0800 (CST) Received: from localhost (10.203.177.66) by lhrpeml500005.china.huawei.com (7.191.163.240) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Wed, 28 Aug 2024 13:50:56 +0100 Date: Wed, 28 Aug 2024 13:50:55 +0100 From: Jonathan Cameron To: Jinjie Ruan CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH net-next v2 11/13] net: dsa: microchip: Use __free() to simplfy code Message-ID: <20240828135055.000026b5@Huawei.com> In-Reply-To: <20240828032343.1218749-12-ruanjinjie@huawei.com> References: <20240828032343.1218749-1-ruanjinjie@huawei.com> <20240828032343.1218749-12-ruanjinjie@huawei.com> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 4.1.0 (GTK 3.24.33; x86_64-w64-mingw32) Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: lhrpeml100001.china.huawei.com (7.191.160.183) To lhrpeml500005.china.huawei.com (7.191.163.240) On Wed, 28 Aug 2024 11:23:41 +0800 Jinjie Ruan wrote: > Avoids the need for manual cleanup of_node_put() by using __free(). > > Signed-off-by: Jinjie Ruan Reviewed-by: Jonathan Cameron