Loading drivers/slimbus/slim-msm-ngd.c +2 −4 Original line number Diff line number Diff line Loading @@ -1493,8 +1493,7 @@ static int ngd_slim_rx_msgq_thread(void *data) int retries = 0; u8 wbuf[8]; set_current_state(TASK_INTERRUPTIBLE); wait_for_completion(notify); wait_for_completion_interruptible(notify); txn.dt = SLIM_MSG_DEST_LOGICALADDR; txn.ec = 0; Loading Loading @@ -1555,8 +1554,7 @@ static int ngd_notify_slaves(void *data) } while (!kthread_should_stop()) { set_current_state(TASK_INTERRUPTIBLE); wait_for_completion(&dev->qmi.slave_notify); wait_for_completion_interruptible(&dev->qmi.slave_notify); /* Probe devices for first notification */ if (!i) { i++; Loading Loading
drivers/slimbus/slim-msm-ngd.c +2 −4 Original line number Diff line number Diff line Loading @@ -1493,8 +1493,7 @@ static int ngd_slim_rx_msgq_thread(void *data) int retries = 0; u8 wbuf[8]; set_current_state(TASK_INTERRUPTIBLE); wait_for_completion(notify); wait_for_completion_interruptible(notify); txn.dt = SLIM_MSG_DEST_LOGICALADDR; txn.ec = 0; Loading Loading @@ -1555,8 +1554,7 @@ static int ngd_notify_slaves(void *data) } while (!kthread_should_stop()) { set_current_state(TASK_INTERRUPTIBLE); wait_for_completion(&dev->qmi.slave_notify); wait_for_completion_interruptible(&dev->qmi.slave_notify); /* Probe devices for first notification */ if (!i) { i++; Loading