net:gue.h:Fix shifting signed 32-bit value by 31 bits problem
authorVandana BN <bnvandana@gmail.com>
Mon, 1 Jul 2019 14:16:10 +0000 (19:46 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Jul 2019 17:58:23 +0000 (10:58 -0700)
commit88405680ec57c35f5886dbb81b3f6f638f74f40d
tree84624c56405fbef723d3a8c8e65313e4773cfc81
parent40f6a2cb9cfc5da713f745b23bcc2c6761e5eb5e
net:gue.h:Fix shifting signed 32-bit value by 31 bits problem

Fix GUE_PFLAG_REMCSUM 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/gue.h