Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216019
b: refs/heads/master
c: ea3f0e6
h: refs/heads/master
i:
  216017: 34de794
  216015: 478043e
v: v3
  • Loading branch information
Joe Perches authored and Jiri Kosina committed Sep 23, 2010
1 parent f4db976 commit 0ad3700
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: 40b3be3fcaf8e0d8f7d8cee266dc4af3251d814b
refs/heads/master: ea3f0e6bc5312e5f664221c5941a76bdf49c9970
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/hw/qib/qib_file_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ static int qib_close(struct inode *in, struct file *fp)

mutex_lock(&qib_mutex);

fd = (struct qib_filedata *) fp->private_data;
fd = fp->private_data;
fp->private_data = NULL;
rcd = fd->rcd;
if (!rcd) {
Expand Down Expand Up @@ -1808,7 +1808,7 @@ static int qib_ctxt_info(struct file *fp, struct qib_ctxt_info __user *uinfo)
struct qib_ctxtdata *rcd = ctxt_fp(fp);
struct qib_filedata *fd;

fd = (struct qib_filedata *) fp->private_data;
fd = fp->private_data;

info.num_active = qib_count_active_units();
info.unit = rcd->dd->unit;
Expand Down

0 comments on commit 0ad3700

Please sign in to comment.