Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175206
b: refs/heads/master
c: 82c7c11
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent f54d43a commit 6db7352
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d6dbc0126beedc43f19abb5870c892f7bd105b2c
refs/heads/master: 82c7c11fdbbf4a741524daf16f320909ef0d666a
4 changes: 3 additions & 1 deletion trunk/drivers/staging/octeon/ethernet-rgmii.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ int cvm_oct_rgmii_init(struct net_device *dev)

/*
* Due to GMX errata in CN3XXX series chips, it is necessary
* to take the link down immediately whne the PHY changes
* to take the link down immediately when the PHY changes
* state. In order to do this we call the poll function every
* time the RGMII inband status changes. This may cause
* problems if the PHY doesn't implement inband status
Expand All @@ -317,6 +317,8 @@ int cvm_oct_rgmii_init(struct net_device *dev)
if (number_rgmii_ports == 0) {
r = request_irq(OCTEON_IRQ_RML, cvm_oct_rgmii_rml_interrupt,
IRQF_SHARED, "RGMII", &number_rgmii_ports);
if (r != 0)
return r;
}
number_rgmii_ports++;

Expand Down

0 comments on commit 6db7352

Please sign in to comment.