aboutsummaryrefslogtreecommitdiffstats
path: root/net/x25/af_x25.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/x25/af_x25.c')
-rw-r--r--net/x25/af_x25.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c
index ebbfe6bbbff9..e19d811788a5 100644
--- a/net/x25/af_x25.c
+++ b/net/x25/af_x25.c
@@ -1363,7 +1363,7 @@ static int x25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
1363 facilities.throughput > 0xDD) 1363 facilities.throughput > 0xDD)
1364 break; 1364 break;
1365 if (facilities.reverse && 1365 if (facilities.reverse &&
1366 (facilities.reverse | 0x81)!= 0x81) 1366 (facilities.reverse & 0x81) != 0x81)
1367 break; 1367 break;
1368 x25->facilities = facilities; 1368 x25->facilities = facilities;
1369 rc = 0; 1369 rc = 0;