commit | 40f6a2cb9cfc5da713f745b23bcc2c6761e5eb5e | [log] [tgz] |
---|---|---|
author | Vandana BN <bnvandana@gmail.com> | Mon Jul 01 17:25:39 2019 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 01 10:48:34 2019 -0700 |
tree | 217eac4701fdb7f8ed5be2bf08f30fd6523dc2ec | |
parent | dca895b65d634f9e6506d5385ed58a8b9abd4900 [diff] |
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>