Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 812787b8 authored by Hariprasad Shenai's avatar Hariprasad Shenai Committed by David S. Miller
Browse files

cxgb4: Use napi_complete_done() api in napi handler

parent 0ac5b708
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2288,7 +2288,7 @@ static int napi_rx_handler(struct napi_struct *napi, int budget)
	if (likely(work_done < budget)) {
		int timer_index;

		napi_complete(napi);
		napi_complete_done(napi, work_done);
		timer_index = QINTR_TIMER_IDX_G(q->next_intr_params);

		if (q->adaptive_rx) {