]> git.baikalelectronics.ru Git - kernel.git/commit
net: l2tp: fix negative assignment to unsigned int
authorAsbjørn Sloth Tønnesen <asbjorn@asbjorn.st>
Mon, 7 Nov 2016 20:39:28 +0000 (20:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Nov 2016 23:55:36 +0000 (18:55 -0500)
commit279ce90ed161335d92062986802c5a36c3353f74
treeab05bb2f30b6a99ff0325f4563838a63e75fd855
parent637e237d8c673eb04bd32e75b3a581f7973cac7c
net: l2tp: fix negative assignment to unsigned int

recv_seq, send_seq and lns_mode mode are all defined as
unsigned int foo:1;

Signed-off-by: Asbjoern Sloth Toennesen <asbjorn@asbjorn.st>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_core.c
net/l2tp/l2tp_ppp.c