Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142065
b: refs/heads/master
c: 94279ed
h: refs/heads/master
i:
  142063: e3d8746
v: v3
  • Loading branch information
Giridhar Malavali authored and James Bottomley committed Apr 3, 2009
1 parent 569496d commit 5d896a3
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: a5326f86ebbb153f62b0027a0f367a41f7edc1f6
refs/heads/master: 94279edece858ce68ed20428a5df995750a3dcff
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla2xxx/qla_dfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ qla2x00_dfs_fce_open(struct inode *inode, struct file *file)

mutex_unlock(&ha->fce_mutex);
out:
return single_open(file, qla2x00_dfs_fce_show, ha);
return single_open(file, qla2x00_dfs_fce_show, vha);
}

static int
Expand Down Expand Up @@ -145,7 +145,7 @@ qla2x00_dfs_setup(scsi_qla_host_t *vha)
atomic_inc(&qla2x00_dfs_root_count);

create_nodes:
ha->dfs_fce = debugfs_create_file("fce", S_IRUSR, ha->dfs_dir, ha,
ha->dfs_fce = debugfs_create_file("fce", S_IRUSR, ha->dfs_dir, vha,
&dfs_fce_ops);
if (!ha->dfs_fce) {
qla_printk(KERN_NOTICE, ha,
Expand Down

0 comments on commit 5d896a3

Please sign in to comment.