mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 19:24:01 -04:00
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:
committed by
Greg Kroah-Hartman
parent
d12324e37d
commit
ab2c3d7545
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user