qcacld-3.0: Cleanup debug prints in refill thread
Cleanup debug prints in refill thread main loop API. Change-Id: I9b8f7410562b2c90ad802eddca9a482014e91010 CRs-Fixed: 2950141
This commit is contained in:

committed by
Madan Koyyalamudi

parent
c1e87af47a
commit
37eb787c99
@@ -657,7 +657,6 @@ static int dp_rx_refill_thread_loop(void *arg)
|
|||||||
qdf_get_current_pid());
|
qdf_get_current_pid());
|
||||||
while (!shutdown) {
|
while (!shutdown) {
|
||||||
/* This implements the execution model algorithm */
|
/* This implements the execution model algorithm */
|
||||||
dp_debug("refill thread sleeping");
|
|
||||||
status =
|
status =
|
||||||
qdf_wait_queue_interruptible
|
qdf_wait_queue_interruptible
|
||||||
(rx_thread->wait_q,
|
(rx_thread->wait_q,
|
||||||
@@ -665,7 +664,6 @@ static int dp_rx_refill_thread_loop(void *arg)
|
|||||||
&rx_thread->event_flag) ||
|
&rx_thread->event_flag) ||
|
||||||
qdf_atomic_test_bit(RX_REFILL_SUSPEND_EVENT,
|
qdf_atomic_test_bit(RX_REFILL_SUSPEND_EVENT,
|
||||||
&rx_thread->event_flag));
|
&rx_thread->event_flag));
|
||||||
dp_debug("refill thread woken up");
|
|
||||||
|
|
||||||
if (status == -ERESTARTSYS) {
|
if (status == -ERESTARTSYS) {
|
||||||
QDF_DEBUG_PANIC("wait_event_interruptible returned -ERESTARTSYS");
|
QDF_DEBUG_PANIC("wait_event_interruptible returned -ERESTARTSYS");
|
||||||
|
Reference in New Issue
Block a user