]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/atm/pvc.c
Merge remote-tracking branch 's390/features'
[karo-tx-linux.git] / net / atm / pvc.c
index ae0324021407c2b61aaf7c45a39bebb9d419972c..040207ec399fb45f5ac317c89f116d3020c8705d 100644 (file)
@@ -136,7 +136,7 @@ static int pvc_create(struct net *net, struct socket *sock, int protocol,
                return -EAFNOSUPPORT;
 
        sock->ops = &pvc_proto_ops;
-       return vcc_create(net, sock, protocol, PF_ATMPVC);
+       return vcc_create(net, sock, protocol, PF_ATMPVC, kern);
 }
 
 static const struct net_proto_family pvc_family_ops = {