diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_dfs.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_dfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_dfs.c b/drivers/scsi/qla2xxx/qla_dfs.c index c66036da7d2..3a9a6ca4226 100644 --- a/drivers/scsi/qla2xxx/qla_dfs.c +++ b/drivers/scsi/qla2xxx/qla_dfs.c | |||
@@ -71,7 +71,7 @@ qla2x00_dfs_fce_open(struct inode *inode, struct file *file) | |||
71 | 71 | ||
72 | mutex_unlock(&ha->fce_mutex); | 72 | mutex_unlock(&ha->fce_mutex); |
73 | out: | 73 | out: |
74 | return single_open(file, qla2x00_dfs_fce_show, ha); | 74 | return single_open(file, qla2x00_dfs_fce_show, vha); |
75 | } | 75 | } |
76 | 76 | ||
77 | static int | 77 | static int |
@@ -145,7 +145,7 @@ create_dir: | |||
145 | atomic_inc(&qla2x00_dfs_root_count); | 145 | atomic_inc(&qla2x00_dfs_root_count); |
146 | 146 | ||
147 | create_nodes: | 147 | create_nodes: |
148 | ha->dfs_fce = debugfs_create_file("fce", S_IRUSR, ha->dfs_dir, ha, | 148 | ha->dfs_fce = debugfs_create_file("fce", S_IRUSR, ha->dfs_dir, vha, |
149 | &dfs_fce_ops); | 149 | &dfs_fce_ops); |
150 | if (!ha->dfs_fce) { | 150 | if (!ha->dfs_fce) { |
151 | qla_printk(KERN_NOTICE, ha, | 151 | qla_printk(KERN_NOTICE, ha, |