Re: [PATCH net-next v2 5/5] net: l2tp: fix negative assignment to unsigned int

2016-11-09 Thread David Miller
From: Asbjoern Sloth Toennesen Date: Mon, 7 Nov 2016 20:39:28 + > recv_seq, send_seq and lns_mode mode are all defined as > unsigned int foo:1; > > Signed-off-by: Asbjoern Sloth Toennesen Applied.

[PATCH net-next v2 5/5] net: l2tp: fix negative assignment to unsigned int

2016-11-07 Thread Asbjoern Sloth Toennesen
recv_seq, send_seq and lns_mode mode are all defined as unsigned int foo:1; Signed-off-by: Asbjoern Sloth Toennesen --- net/l2tp/l2tp_core.c | 2 +- net/l2tp/l2tp_ppp.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c index a