Loading drivers/char/adsprpc.c +3 −0 Original line number Diff line number Diff line Loading @@ -1470,6 +1470,9 @@ static int fastrpc_device_open(struct inode *inode, struct file *filp) pr_info("'opened /dev/%s c %d %d'\n", gcinfo[cid].name, MAJOR(me->dev_no), cid); } spin_lock(&me->hlock); hlist_add_head(&fl->hn, &me->drivers); spin_unlock(&me->hlock); bail: mutex_unlock(&me->smd_mutex); Loading Loading
drivers/char/adsprpc.c +3 −0 Original line number Diff line number Diff line Loading @@ -1470,6 +1470,9 @@ static int fastrpc_device_open(struct inode *inode, struct file *filp) pr_info("'opened /dev/%s c %d %d'\n", gcinfo[cid].name, MAJOR(me->dev_no), cid); } spin_lock(&me->hlock); hlist_add_head(&fl->hn, &me->drivers); spin_unlock(&me->hlock); bail: mutex_unlock(&me->smd_mutex); Loading