Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751886AbdFHTnK (ORCPT ); Thu, 8 Jun 2017 15:43:10 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:42066 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751603AbdFHTnJ (ORCPT ); Thu, 8 Jun 2017 15:43:09 -0400 Date: Thu, 8 Jun 2017 21:43:07 +0200 From: Andrew Lunn To: Vivien Didelot Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, "David S. Miller" , Florian Fainelli Subject: Re: [PATCH net-next 7/7] net: dsa: mv88e6xxx: prefix PHY macros Message-ID: <20170608194307.GK20216@lunn.ch> References: <20170608190445.24443-1-vivien.didelot@savoirfairelinux.com> <20170608190445.24443-8-vivien.didelot@savoirfairelinux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170608190445.24443-8-vivien.didelot@savoirfairelinux.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 Content-Length: 295 Lines: 9 On Thu, Jun 08, 2017 at 03:04:45PM -0400, Vivien Didelot wrote: > Prefix the PHY_* macros with a Marvell specific MV88E6XXX_ prefix. > There is no functional changes. > > Signed-off-by: Vivien Didelot Reviewed-by: Andrew Lunn Andrew