staging: unisys: visorhba - octal permissions
Fixed style of permissions to octal. Found using checkpatch Signed-off-by: Derek Robson <robsonde@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
81a6a4f092
commit
b8edc44c42
|
@ -1090,7 +1090,7 @@ static int visorhba_probe(struct visor_device *dev)
|
||||||
goto err_scsi_remove_host;
|
goto err_scsi_remove_host;
|
||||||
}
|
}
|
||||||
devdata->debugfs_info =
|
devdata->debugfs_info =
|
||||||
debugfs_create_file("info", S_IRUSR | S_IRGRP,
|
debugfs_create_file("info", 0440,
|
||||||
devdata->debugfs_dir, devdata,
|
devdata->debugfs_dir, devdata,
|
||||||
&info_debugfs_fops);
|
&info_debugfs_fops);
|
||||||
if (!devdata->debugfs_info) {
|
if (!devdata->debugfs_info) {
|
||||||
|
|
Loading…
Reference in New Issue