dm9000: fix a typo
Signed-off-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7a577f013d
commit
7b9018738e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue