Loading drivers/char/adsprpc.c +2 −0 Original line number Diff line number Diff line Loading @@ -1749,6 +1749,8 @@ static void fastrpc_channel_close(struct kref *kref) cid = ctx - &gcinfo[0]; fastrpc_glink_close(ctx->chan, cid); ctx->chan = 0; glink_unregister_link_state_cb(ctx->link.link_notify_handle); ctx->link.link_notify_handle = NULL; mutex_unlock(&me->smd_mutex); pr_info("'closed /dev/%s c %d %d'\n", gcinfo[cid].name, MAJOR(me->dev_no), cid); Loading Loading
drivers/char/adsprpc.c +2 −0 Original line number Diff line number Diff line Loading @@ -1749,6 +1749,8 @@ static void fastrpc_channel_close(struct kref *kref) cid = ctx - &gcinfo[0]; fastrpc_glink_close(ctx->chan, cid); ctx->chan = 0; glink_unregister_link_state_cb(ctx->link.link_notify_handle); ctx->link.link_notify_handle = NULL; mutex_unlock(&me->smd_mutex); pr_info("'closed /dev/%s c %d %d'\n", gcinfo[cid].name, MAJOR(me->dev_no), cid); Loading