diff options
author | Linas Vepstas <linas@austin.ibm.com> | 2006-10-10 17:02:54 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-10-11 04:04:25 -0400 |
commit | ded8028a0b61075d841c33a412da5c869140d7aa (patch) | |
tree | ad6baf770db94d5b24da02a5fcd92b1e3e97cb76 /drivers/net/spider_net.c | |
parent | 917a5b8e648f420105158023ae0317eb0e77a2d5 (diff) |
[PATCH] Spidernet fix register field definitions
This patch fixes the names of a few fields in the DMA control
register. There is no functional change.
Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Cc: James K Lewis <jklewis@us.ibm.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/spider_net.c')
-rw-r--r-- | drivers/net/spider_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/spider_net.c b/drivers/net/spider_net.c index 0aed69382b28..2f54cddf75ab 100644 --- a/drivers/net/spider_net.c +++ b/drivers/net/spider_net.c | |||
@@ -1614,7 +1614,7 @@ spider_net_enable_card(struct spider_net_card *card) | |||
1614 | SPIDER_NET_INT2_MASK_VALUE); | 1614 | SPIDER_NET_INT2_MASK_VALUE); |
1615 | 1615 | ||
1616 | spider_net_write_reg(card, SPIDER_NET_GDTDMACCNTR, | 1616 | spider_net_write_reg(card, SPIDER_NET_GDTDMACCNTR, |
1617 | SPIDER_NET_GDTDCEIDIS); | 1617 | SPIDER_NET_GDTBSTA | SPIDER_NET_GDTDCEIDIS); |
1618 | } | 1618 | } |
1619 | 1619 | ||
1620 | /** | 1620 | /** |