From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH RESEND] net: phy: harmonize phy_id{,_mask} data type Date: Thu, 30 Nov 2017 09:26:59 -0500 (EST) Message-ID: <20171130.092659.2201892662757506226.davem@davemloft.net> References: <20171127071645.27077-1-dev@g0hl1n.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: f.fainelli@gmail.com, andrew@lunn.ch, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, richard.leitner@skidata.com To: dev@g0hl1n.net Return-path: In-Reply-To: <20171127071645.27077-1-dev@g0hl1n.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Richard Leitner Date: Mon, 27 Nov 2017 08:16:45 +0100 > From: Richard Leitner > > Previously phy_id was u32 and phy_id_mask was unsigned int. As the > phy_id_mask defines the important bits of the phy_id (and is therefore > the same size) these two variables should be the same data type. > > Signed-off-by: Richard Leitner > Reviewed-by: Florian Fainelli > Reviewed-by: Andrew Lunn Applied.