staging: unisys: virthba: remove unnecessary return statement
This fixes the following checkpatch.pl warning: WARNING: void function return statements are not generally useful Signed-off-by: Catalina Mocanu <catalina.mocanu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6905cae3a8
commit
d870f87dec
1 changed files with 0 additions and 1 deletions
|
@ -1105,7 +1105,6 @@ virthba_slave_destroy(struct scsi_device *scsidev)
|
|||
return;
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
/*****************************************************/
|
||||
|
|
Loading…
Add table
Reference in a new issue