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 37056C4708E for ; Wed, 7 Dec 2022 16:21:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229783AbiLGQVi (ORCPT ); Wed, 7 Dec 2022 11:21:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45836 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229811AbiLGQVh (ORCPT ); Wed, 7 Dec 2022 11:21:37 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7EA9D63BA8; Wed, 7 Dec 2022 08:21:36 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id E21A9CE1AFE; Wed, 7 Dec 2022 16:21:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BD664C433D6; Wed, 7 Dec 2022 16:21:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1670430093; bh=s4iNW1BXaJMNrUnKhvJnvr0PTKnv+uB2S+yk+zRRPVo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lDTYwUf0l8RUN5UsR6LWhgmgzQ+hN+5Etm0RYGxJBwwGMHKXnuyuzgEv46oWhIuUc ovk6GSFes0zuv8Su5yCFKhLrZexSErmFAORuSLo/YUJ7awkqaq/tBmu6KxZU/zasvR jhMBu8YFhYzlgTS/4bkIPgv3bKcBITKdlxibHMmU= Date: Wed, 7 Dec 2022 17:21:30 +0100 From: Greg Kroah-Hartman To: "Rafael J. Wysocki" Cc: Sakari Ailus , Miaoqian Lin , Andy Shevchenko , Daniel Scally , Heikki Krogerus , Mika Westerberg , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] device property: Fix documentation for fwnode_get_next_parent() Message-ID: References: <20221207112219.2652411-1-linmq006@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Wed, Dec 07, 2022 at 03:30:43PM +0100, Rafael J. Wysocki wrote: > On Wed, Dec 7, 2022 at 1:21 PM Sakari Ailus > wrote: > > > > On Wed, Dec 07, 2022 at 03:22:18PM +0400, Miaoqian Lin wrote: > > > Use fwnode_handle_put() on the node pointer to release the refcount. > > > Change fwnode_handle_node() to fwnode_handle_put(). > > > > > > Fixes: 233872585de1 ("device property: Add fwnode_get_next_parent()") > > > Signed-off-by: Miaoqian Lin > > > > Thanks! > > > > Acked-by: Sakari Ailus > > So I'm assuming that Greg will pick up this one or please let me know otherwise. I'll grab it now, thanks. greg k-h