atm: remove commented out check
authorPaul Bolle <pebolle@tiscali.nl>
Tue, 27 May 2014 15:07:12 +0000 (17:07 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 31 May 2014 00:17:04 +0000 (17:17 -0700)
This preprocessor check is commented out ever since this file was added
during the v2.3 development cycle. It is unclear what it purpose might
have been. Whatever it was, it can safely be removed now.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/svc.c

index 1281049c135f269f9ab0553eb51a681cd97b2079..d8e5d0c2ebbc2acb9a084581f5fa9f99fbd904da 100644 (file)
@@ -263,17 +263,11 @@ static int svc_connect(struct socket *sock, struct sockaddr *sockaddr,
                        goto out;
                }
        }
-/*
- * Not supported yet
- *
- * #ifndef CONFIG_SINGLE_SIGITF
- */
+
        vcc->qos.txtp.max_pcr = SELECT_TOP_PCR(vcc->qos.txtp);
        vcc->qos.txtp.pcr = 0;
        vcc->qos.txtp.min_pcr = 0;
-/*
- * #endif
- */
+
        error = vcc_connect(sock, vcc->itf, vcc->vpi, vcc->vci);
        if (!error)
                sock->state = SS_CONNECTED;
This page took 0.02826 seconds and 5 git commands to generate.