Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204445
b: refs/heads/master
c: 78e2c64
h: refs/heads/master
i:
  204443: 95cfc65
v: v3
  • Loading branch information
Joe Perches authored and Jiri Kosina committed Jul 20, 2010
1 parent a5f91b6 commit 3f5651f
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: 33fa1d909c7357be715aa0e9f9e24c3ef5714493
refs/heads/master: 78e2c6415a50646896d75dedf9f71e54081311fa
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/ipath/ipath_file_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,7 @@ static int ipath_close(struct inode *in, struct file *fp)

mutex_lock(&ipath_mutex);

fd = (struct ipath_filedata *) fp->private_data;
fd = fp->private_data;
fp->private_data = NULL;
pd = fd->pd;
if (!pd) {
Expand Down

0 comments on commit 3f5651f

Please sign in to comment.