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 A0847C0015E for ; Thu, 13 Jul 2023 15:50:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232816AbjGMPuL (ORCPT ); Thu, 13 Jul 2023 11:50:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230380AbjGMPuL (ORCPT ); Thu, 13 Jul 2023 11:50:11 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B791213F; Thu, 13 Jul 2023 08:50:10 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BA18361087; Thu, 13 Jul 2023 15:50:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1C2BC433C7; Thu, 13 Jul 2023 15:50:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1689263409; bh=2NOFOv1mox0B34eGmT558oG4B3bVJOOiCICa6iNLwA0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tgx4M+is4LhV6C/gBegZLG5nj+tF4rmWD6hizr2Qupfamu2cOb0wCk9DVIc4yQMBn tah0nR3/cEkKDr0zOgHK8DMttoPbxTsV2aHkSKloS7bKzfQC7/1ugn1mXpgXiJ7IZh dae6KS3iZ8ALgTqRHJcE5OlREzStYbcfktwqTpyY= Date: Thu, 13 Jul 2023 17:50:06 +0200 From: Greg Kroah-Hartman To: Daniel Golle Cc: linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, Ulf Hansson , Ye Bin , Seunghui Lee Subject: Re: [PATCH] mmc: core: set card fwnode_handle Message-ID: <2023071334-amnesty-daughter-f5cb@gregkh> References: 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-mmc@vger.kernel.org On Thu, Jul 13, 2023 at 04:52:59AM +0100, Daniel Golle wrote: > Also set card's device fwnode in case it isn't set yet and of_node is > present. How is this "also" when you are only doing 1 thing in the patch? > > Signed-off-by: Daniel Golle What commit id does this fix? Why is this needed? Should it go to stable tree? thanks, greg k-h