staging: rts5208: remove unnecessary return statement

This fixes the warning:
WARNING: void function return statements are not generally useful

Signed-off-by: Roxana Blaj <roxanagabriela10@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Roxana Blaj 2014-09-20 17:21:40 +03:00 committed by Greg Kroah-Hartman
parent b037e229e1
commit eb14865040

View file

@ -2776,8 +2776,6 @@ void mspro_polling_format_status(struct rtsx_chip *chip)
break;
}
}
return;
}
int mspro_format(struct scsi_cmnd *srb, struct rtsx_chip *chip,