Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188798
b: refs/heads/master
c: 3691c96
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Mar 19, 2010
1 parent 2d8753d commit 8354fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 21e3bde964e873bb5d3b1dfef68294b1437fe678
refs/heads/master: 3691c964fa1a8f0eb5e5f00c644ef1bdd7e35a95
1 change: 1 addition & 0 deletions trunk/drivers/net/mlx4/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,7 @@ static int mlx4_init_port_info(struct mlx4_dev *dev, int port)
info->port_attr.attr.mode = S_IRUGO | S_IWUSR;
info->port_attr.show = show_port_type;
info->port_attr.store = set_port_type;
sysfs_attr_init(&info->port_attr.attr);

err = device_create_file(&dev->pdev->dev, &info->port_attr);
if (err) {
Expand Down

0 comments on commit 8354fe9

Please sign in to comment.