Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
All three conflicts were cases of simple overlapping changes. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -854,7 +854,7 @@ static int pppol2tp_getname(struct socket *sock, struct sockaddr *uaddr,
|
||||
error = -ENOTCONN;
|
||||
if (sk == NULL)
|
||||
goto end;
|
||||
if (sk->sk_state != PPPOX_CONNECTED)
|
||||
if (!(sk->sk_state & PPPOX_CONNECTED))
|
||||
goto end;
|
||||
|
||||
error = -EBADF;
|
||||
|
Reference in New Issue
Block a user