]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/qla2xxx/qla_dfs.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / scsi / qla2xxx / qla_dfs.c
index c66036da7d2b75b5439ff743fef001c35fef886e..3a9a6ca422660c7b4fe9d5bafe2e68f314c43904 100644 (file)
@@ -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
@@ -145,7 +145,7 @@ create_dir:
        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,