diff options
Diffstat (limited to 'drivers/net/ppp/pppox.c')
| -rw-r--r-- | drivers/net/ppp/pppox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ppp/pppox.c b/drivers/net/ppp/pppox.c index 2940e9fe351b..0e1b30622477 100644 --- a/drivers/net/ppp/pppox.c +++ b/drivers/net/ppp/pppox.c | |||
| @@ -118,7 +118,7 @@ static int pppox_create(struct net *net, struct socket *sock, int protocol, | |||
| 118 | !try_module_get(pppox_protos[protocol]->owner)) | 118 | !try_module_get(pppox_protos[protocol]->owner)) |
| 119 | goto out; | 119 | goto out; |
| 120 | 120 | ||
| 121 | rc = pppox_protos[protocol]->create(net, sock); | 121 | rc = pppox_protos[protocol]->create(net, sock, kern); |
| 122 | 122 | ||
| 123 | module_put(pppox_protos[protocol]->owner); | 123 | module_put(pppox_protos[protocol]->owner); |
| 124 | out: | 124 | out: |
