Re: [PATCH RESEND] net: phy: harmonize phy_id{,_mask} data type

From: David Miller
Date: Thu Nov 30 2017 - 09:27:07 EST


From: Richard Leitner <dev@xxxxxxxxxx>
Date: Mon, 27 Nov 2017 08:16:45 +0100

> From: Richard Leitner <richard.leitner@xxxxxxxxxxx>
>
> 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 <richard.leitner@xxxxxxxxxxx>
> Reviewed-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
> Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Applied.