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

Commit dee42a92 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wil6210: use napi_complete_done"

parents ef1c08df 2ff73658
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ static int wil6210_netdev_poll_rx(struct napi_struct *napi, int budget)
	done = budget - quota;

	if (done < budget) {
		napi_complete(napi);
		napi_complete_done(napi, done);
		wil6210_unmask_irq_rx(wil);
		wil_dbg_txrx(wil, "NAPI RX complete\n");
	}