Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377399
b: refs/heads/master
c: ab8e99d
h: refs/heads/master
i:
  377397: 731e2e7
  377395: a5c68f9
  377391: 074095e
v: v3
  • Loading branch information
Sebastian Siewior authored and David S. Miller committed Jun 17, 2013
1 parent d33e0c0 commit 403f0da
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: c5b248dd051ee87e49307e576eb8d022722cf9a3
refs/heads/master: ab8e99d276d4b72d1532bda4423b14c9e2ce053c
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 @@ -1679,7 +1679,7 @@ static int cpsw_probe(struct platform_device *pdev)
priv->rx_packet_max = max(rx_packet_max, 128);
priv->cpts = devm_kzalloc(&pdev->dev, sizeof(struct cpts), GFP_KERNEL);
priv->irq_enabled = true;
if (!ndev) {
if (!priv->cpts) {
pr_err("error allocating cpts\n");
goto clean_ndev_ret;
}
Expand Down

0 comments on commit 403f0da

Please sign in to comment.