From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vivien Didelot Subject: Re: [PATCH 2/3] net: dsa: Consistently use dsa_port for dsa_*_port_{apply,unapply} Date: Fri, 02 Jun 2017 15:32:59 -0400 Message-ID: <87fufiyyl0.fsf@weeman.i-did-not-set--mail-host-address--so-tickle-me> References: <20170602193123.23930-1-f.fainelli@gmail.com> <20170602193123.23930-3-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Cc: andrew@lunn.ch, john@phrozen.org, Florian Fainelli To: Florian Fainelli , netdev@vger.kernel.org Return-path: Received: from mail.savoirfairelinux.com ([208.88.110.44]:41128 "EHLO mail.savoirfairelinux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751208AbdFBTfE (ORCPT ); Fri, 2 Jun 2017 15:35:04 -0400 In-Reply-To: <20170602193123.23930-3-f.fainelli@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: Florian Fainelli writes: > We have all the information we need in dsa_port, so use it instead of > repeating the same arguments over and over again. > > Suggested-by: Vivien Didelot > Signed-off-by: Florian Fainelli Reviewed-by: Vivien Didelot