Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5535
b: refs/heads/master
c: 0eedf4a
h: refs/heads/master
i:
  5533: 6753e71
  5531: 51bcd85
  5527: aa2acc6
  5519: 7b5133f
  5503: 25821ed
v: v3
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Jul 31, 2005
1 parent e883d59 commit bfda5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: acdd80d514a08800380c9f92b1bf4d4c9e818125
refs/heads/master: 0eedf4ac5b536c7922263adf1b1d991d2e2397b9
2 changes: 1 addition & 1 deletion trunk/drivers/net/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,7 @@ static void yukon_stop(struct skge_port *skge)

gma_write16(hw, port, GM_GP_CTRL,
gma_read16(hw, port, GM_GP_CTRL)
& ~(GM_GPCR_RX_ENA|GM_GPCR_RX_ENA));
& ~(GM_GPCR_TX_ENA|GM_GPCR_RX_ENA));
gma_read16(hw, port, GM_GP_CTRL);

/* set GPHY Control reset */
Expand Down

0 comments on commit bfda5ba

Please sign in to comment.