Loading drivers/soc/qcom/msm_glink_pkt.c +1 −3 Original line number Diff line number Diff line Loading @@ -738,10 +738,8 @@ static unsigned int glink_pkt_poll(struct file *file, poll_table *wait) GLINK_PKT_ERR("%s: Invalid device handle\n", __func__); return POLLERR; } if (devp->in_reset) { mutex_unlock(&devp->ch_lock); if (devp->in_reset) return POLLHUP; } devp->poll_mode = 1; poll_wait(file, &devp->ch_read_wait_queue, wait); Loading Loading
drivers/soc/qcom/msm_glink_pkt.c +1 −3 Original line number Diff line number Diff line Loading @@ -738,10 +738,8 @@ static unsigned int glink_pkt_poll(struct file *file, poll_table *wait) GLINK_PKT_ERR("%s: Invalid device handle\n", __func__); return POLLERR; } if (devp->in_reset) { mutex_unlock(&devp->ch_lock); if (devp->in_reset) return POLLHUP; } devp->poll_mode = 1; poll_wait(file, &devp->ch_read_wait_queue, wait); Loading