]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/gdm72xx/netlink_k.c
slightly reduce lossage in gdm72xx
[~andy/linux] / drivers / staging / gdm72xx / netlink_k.c
index 292af0f7f4511668b03e7cc2662f85093549612f..51665132c61b8057e6158d63ee5a595504308225 100644 (file)
@@ -104,7 +104,7 @@ struct sock *netlink_init(int unit, void (*cb)(struct net_device *dev, u16 type,
 
 void netlink_exit(struct sock *sock)
 {
-       sock_release(sock->sk_socket);
+       netlink_kernel_release(sock);
 }
 
 int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len)