From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752047AbdAYSBD (ORCPT ); Wed, 25 Jan 2017 13:01:03 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:45905 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751629AbdAYSBC (ORCPT ); Wed, 25 Jan 2017 13:01:02 -0500 Date: Wed, 25 Jan 2017 19:00:59 +0100 From: Andrew Lunn To: Florian Fainelli Cc: netdev@vger.kernel.org, Vivien Didelot , "David S. Miller" , open list Subject: Re: [PATCH net] net: dsa: Bring back device detaching in dsa_slave_suspend() Message-ID: <20170125180059.GD6611@lunn.ch> References: <20170125171041.21442-1-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170125171041.21442-1-f.fainelli@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 25, 2017 at 09:10:41AM -0800, Florian Fainelli wrote: > Commit 448b4482c671 ("net: dsa: Add lockdep class to tx queues to avoid > lockdep splat") removed the netif_device_detach() call done in > dsa_slave_suspend() which is necessary, and paired with a corresponding > netif_device_attach(), bring it back. > > Fixes: 448b4482c671 ("net: dsa: Add lockdep class to tx queues to avoid lockdep splat") > Signed-off-by: Florian Fainelli Sorry for accidentally removing it. Reviewed-by: Andrew Lunn Andrew