mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
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
@ -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 New Issue
Block a user