Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315416
b: refs/heads/master
c: da78b79
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Marc Kleine-Budde committed Jul 17, 2012
1 parent 4d93653 commit 3eba87a
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: 0e84eb0b8a04b95b66aae652f947cbadffc6a25c
refs/heads/master: da78b7998e365b3f90b2a1a55d3b6ba6cc0c5905
2 changes: 1 addition & 1 deletion trunk/drivers/net/can/softing/softing_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,12 +826,12 @@ static __devinit int softing_pdev_probe(struct platform_device *pdev)
goto sysfs_failed;
}

ret = -ENOMEM;
for (j = 0; j < ARRAY_SIZE(card->net); ++j) {
card->net[j] = netdev =
softing_netdev_create(card, card->id.chip[j]);
if (!netdev) {
dev_alert(&pdev->dev, "failed to make can[%i]", j);
ret = -ENOMEM;
goto netdev_failed;
}
priv = netdev_priv(card->net[j]);
Expand Down

0 comments on commit 3eba87a

Please sign in to comment.