From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: phy: mscc: the extended page access register is 16 bits Date: Mon, 30 Jul 2018 09:43:05 -0700 (PDT) Message-ID: <20180730.094305.1945007035104084439.davem@davemloft.net> References: <20180730125313.3405-1-quentin.schulz@bootlin.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: andrew@lunn.ch, f.fainelli@gmail.com, netdev@vger.kernel.org, alexandre.belloni@bootlin.com, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com To: quentin.schulz@bootlin.com Return-path: In-Reply-To: <20180730125313.3405-1-quentin.schulz@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Quentin Schulz Date: Mon, 30 Jul 2018 14:53:13 +0200 > The Extended Page Access is a 16-bit register, so change the page > parameter of vsc85xx_phy_page_set to a u16. > > Signed-off-by: Quentin Schulz Applied.