Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119757
b: refs/heads/master
c: 2cc002c
h: refs/heads/master
i:
  119755: 0643e8f
v: v3
  • Loading branch information
Uwe Kleine-König authored and David S. Miller committed Dec 4, 2008
1 parent 289c56e commit fdcc488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8269a495a1924f8b023532dd3e77423432db810
refs/heads/master: 2cc002c4bbce4d918ab94b494d61c6991c907d5e
2 changes: 2 additions & 0 deletions trunk/drivers/net/netx-eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,8 @@ static int netx_eth_drv_probe(struct platform_device *pdev)
priv->xmac_base = priv->xc->xmac_base;
priv->sram_base = priv->xc->sram_base;

spin_lock_init(&priv->lock);

ret = pfifo_request(PFIFO_MASK(priv->id));
if (ret) {
printk("unable to request PFIFO\n");
Expand Down

0 comments on commit fdcc488

Please sign in to comment.