net: dst.h: Fix shifting signed 32-bit value by 31 bits problem
authorVandana BN <bnvandana@gmail.com>
Mon, 1 Jul 2019 11:55:39 +0000 (17:25 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Jul 2019 17:48:34 +0000 (10:48 -0700)
commit40f6a2cb9cfc5da713f745b23bcc2c6761e5eb5e
tree217eac4701fdb7f8ed5be2bf08f30fd6523dc2ec
parentdca895b65d634f9e6506d5385ed58a8b9abd4900
net: dst.h: Fix shifting signed 32-bit value by 31 bits problem

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@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dst.h