Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90887
b: refs/heads/master
c: d96a51f
h: refs/heads/master
i:
  90885: 47ddcf6
  90883: 6013ed0
  90879: a088329
v: v3
  • Loading branch information
Dan Noe authored and Jeff Garzik committed Apr 17, 2008
1 parent e14b541 commit ba8c50c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 10e05f78c5566cb762ced12bf70307c60168d56e
refs/heads/master: d96a51f6b8040ef2b25b88032f23ffdb1ddba681
4 changes: 2 additions & 2 deletions trunk/drivers/net/cxgb3/cxgb3_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1014,8 +1014,8 @@ static int offload_open(struct net_device *dev)
adapter->port[0]->mtu : 0xffff);
init_smt(adapter);

/* Never mind if the next step fails */
sysfs_create_group(&tdev->lldev->dev.kobj, &offload_attr_group);
if (sysfs_create_group(&tdev->lldev->dev.kobj, &offload_attr_group))
dev_dbg(&dev->dev, "cannot create sysfs group\n");

/* Call back all registered clients */
cxgb3_add_clients(tdev);
Expand Down

0 comments on commit ba8c50c

Please sign in to comment.