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

Commit 7b901873 authored by Barry Song's avatar Barry Song Committed by David S. Miller
Browse files

dm9000: fix a typo

parent 7a577f01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1226,7 +1226,7 @@ static irqreturn_t dm9000_interrupt(int irq, void *dev_id)
	if (int_status & ISR_PRS)
		dm9000_rx(dev);

	/* Trnasmit Interrupt check */
	/* Transmit Interrupt check */
	if (int_status & ISR_PTS)
		dm9000_tx_done(dev, db);