staging: unisys: visorhba: return 0 literal

Returns 0 instead of variable rc in visorhba_init().

Signed-off-by: David Binder <david.binder@unisys.com>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
David Binder 2016-05-12 09:14:47 -04:00 committed by Greg Kroah-Hartman
parent d12324e37d
commit ab2c3d7545
1 changed files with 1 additions and 1 deletions

View File

@ -1204,7 +1204,7 @@ static int visorhba_init(void)
if (rc)
goto cleanup_debugfs;
return rc;
return 0;
cleanup_debugfs:
debugfs_remove_recursive(visorhba_debugfs_dir);