forked from Minki/linux
atm: remove commented out check
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>
This commit is contained in:
parent
884460178f
commit
391296c90c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user