From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lf0-f46.google.com ([209.85.215.46]:52086 "EHLO mail-lf0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751079AbdKMJhC (ORCPT ); Mon, 13 Nov 2017 04:37:02 -0500 Date: Mon, 13 Nov 2017 10:37:05 +0100 From: Johan Hovold To: Kalle Valo Cc: Johan Hovold , "k.eugene.e@gmail.com" , "wcn36xx@lists.infradead.org" , "linux-wireless@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , stable , Loic Poulain Subject: Re: [PATCH] wcn36xx: fix iris child-node lookup Message-ID: <20171113093705.GS11226@localhost> (sfid-20171113_103735_874338_1951F527) References: <20171111170532.6110-1-johan@kernel.org> <87po8m7e8s.fsf@qca.qualcomm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <87po8m7e8s.fsf@qca.qualcomm.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, Nov 13, 2017 at 08:51:49AM +0000, Kalle Valo wrote: > Johan Hovold writes: > > > Fix child-node lookup during probe, which ended up searching the whole > > device tree depth-first starting at the parent rather than just matching > > on its children. > > > > To make things worse, the parent mmio node was also prematurely freed. > > > > Fixes: fd52bdae9ab0 ("wcn36xx: Disable 5GHz for wcn3620") > > fd52bdae9ab0 is in net-next right now so the first release for that > commit should be v4.15-rc1. > > > Cc: stable # 4.14 > > As fd52bdae9ab0 is not in v4.14 no need to Cc stable. I'll remove it. Ah, sorry. Thanks for fixing that up. > > Cc: Loic Poulain > > Signed-off-by: Johan Hovold > > Thanks, I'll queue this to v4.15. Johan