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

Commit 6ff6280f authored by Mark Einon's avatar Mark Einon Committed by Greg Kroah-Hartman
Browse files

staging: et131x: replace magic number bitmask with defined values

parent 76af0140
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4122,7 +4122,7 @@ static void et131x_isr_handler(struct work_struct *work)
	if (status & ET_INTR_RXDMA_XFR_DONE)
		et131x_handle_recv_interrupt(adapter);

	status &= 0xffffffd7;
	status &= ~(ET_INTR_TXDMA_ERR | ET_INTR_RXDMA_XFR_DONE);

	if (!status)
		goto out;