Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360771
b: refs/heads/master
c: 0237c11
h: refs/heads/master
i:
  360769: 1399313
  360767: cd9e66b
v: v3
  • Loading branch information
Daniel Mack authored and David S. Miller committed Feb 26, 2013
1 parent 88f6ce7 commit 11e0ddd
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: b86c761f691d4f8f16b5a40c3d6b71c62e4cb04d
refs/heads/master: 0237c11044b3670adcbe80cd6dd721285347f497
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/ti/cpsw.c
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ static inline void cpsw_add_default_vlan(struct cpsw_priv *priv)

writel(vlan, &priv->host_port_regs->port_vlan);

for (i = 0; i < 2; i++)
for (i = 0; i < priv->data.slaves; i++)
slave_write(priv->slaves + i, vlan, reg);

cpsw_ale_add_vlan(priv->ale, vlan, ALE_ALL_PORTS << port,
Expand Down

0 comments on commit 11e0ddd

Please sign in to comment.