diff options
Diffstat (limited to 'net/caif/cfrfml.c')
| -rw-r--r-- | net/caif/cfrfml.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/net/caif/cfrfml.c b/net/caif/cfrfml.c index e2fb5fa7579..0deabb44005 100644 --- a/net/caif/cfrfml.c +++ b/net/caif/cfrfml.c @@ -31,9 +31,9 @@ struct cfrfml {  	spinlock_t sync;  }; -static void cfrfml_release(struct kref *kref) +static void cfrfml_release(struct cflayer *layer)  { -	struct cfsrvl *srvl = container_of(kref, struct cfsrvl, ref); +	struct cfsrvl *srvl = container_of(layer, struct cfsrvl, layer);  	struct cfrfml *rfml = container_obj(&srvl->layer);  	if (rfml->incomplete_frm)  |