Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217724
b: refs/heads/master
c: 8bbac89
h: refs/heads/master
v: v3
  • Loading branch information
Steve Wise authored and Roland Dreier committed Oct 12, 2010
1 parent eda78d6 commit be44e0d
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: 40dbf6ee381008e471d3c4a332971247b7799744
refs/heads/master: 8bbac892fb75d20fa274ca026e24faf00afbf9dd
2 changes: 2 additions & 0 deletions trunk/drivers/infiniband/hw/cxgb4/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ static const struct file_operations qp_debugfs_fops = {
.open = qp_open,
.release = qp_release,
.read = debugfs_read,
.llseek = default_llseek,
};

static int dump_stag(int id, void *p, void *data)
Expand Down Expand Up @@ -255,6 +256,7 @@ static const struct file_operations stag_debugfs_fops = {
.open = stag_open,
.release = stag_release,
.read = debugfs_read,
.llseek = default_llseek,
};

static int setup_debugfs(struct c4iw_dev *devp)
Expand Down

0 comments on commit be44e0d

Please sign in to comment.