Re: [PATCH net-next] net: mscc: simplify retrieving the tag type from the frame header

From: David Miller
Date: Mon Jul 16 2018 - 16:44:14 EST


From: Antoine Tenart <antoine.tenart@xxxxxxxxxxx>
Date: Fri, 13 Jul 2018 16:57:57 +0200

> The tag type in the frame extraction header is only a bit wide. There's
> no need to use GENMASK when retrieving the information. This patch
> simplify the code by dropping GENMASK and using BIT instead.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@xxxxxxxxxxx>

Applied.