Re: [PATCH] net: dst.h: Fix shifting signed 32-bit value by 31 bits problem

From: David Miller
Date: Mon Jul 01 2019 - 13:49:10 EST


From: Vandana BN <bnvandana@xxxxxxxxx>
Date: Mon, 1 Jul 2019 17:25:39 +0530

> Fix DST_FEATURE_ECN_CA to use "U" cast to avoid shifting signed
> 32-bit value by 31 bits problem.
>
> Signed-off-by: Vandana BN <bnvandana@xxxxxxxxx>

Applied.