From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751367AbdKUOqw (ORCPT ); Tue, 21 Nov 2017 09:46:52 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:60748 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221AbdKUOqu (ORCPT ); Tue, 21 Nov 2017 09:46:50 -0500 Date: Tue, 21 Nov 2017 15:46:48 +0100 From: Andrew Lunn To: Richard Leitner Cc: f.fainelli@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, richard.leitner@skidata.com Subject: Re: [PATCH] net: phy: harmonize phy_id{,_mask} data type Message-ID: <20171121144648.GA30040@lunn.ch> References: <20171121095256.25507-1-dev@g0hl1n.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171121095256.25507-1-dev@g0hl1n.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 21, 2017 at 10:52:56AM +0100, Richard Leitner wrote: > 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 Hi Richard netdev is closed at the moment for patches, due to the merge window being open. Please repost next week. Reviewed-by: Andrew Lunn Andrew